Cod sursa(job #307599)
Utilizator | Data | 24 aprilie 2009 14:51:18 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <fstream.h>
#include <conio.h>
int main()
{int a,b;
ifstream in("
ofstream out("
in>>a>>b;
out<<a+b;
return 0;
}