Cod sursa(job #114820)
| Utilizator | Data | 15 decembrie 2007 23:01:10 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | fpc | Status | done |
| Runda | Arhiva de probleme | Marime | 0.21 kb |
#include<fstream.h>
using namespace std;
ifstream f("adunare.in");
ofstream g("adunare.out");
namespace first
{
long f>>a;
}
namespace second
{
long f>>b;
}
int main() {
g<<(a+b);
return 0;
}
