Cod sursa(job #292135)
Utilizator | Data | 30 martie 2009 19:54:16 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.15 kb |
#include <fstream.h>
int main ()
{ ifstream f ("adunare.in");
ofstream g ("adunare.out");
long long a,b,s;
f>>a>>b;
g<<s;
return 0;}