Cod sursa(job #294538)

Utilizator zloteanu.adrianzloteanu adrian nichita zloteanu.adrian Data 2 aprilie 2009 16:57:23
Problema A+B Scor 100
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.12 kb
#include<fstream.h>
int main()
{int a,b;
ifstream q("adunare.in");
ofstream w("adunare.out");
q>>a>>b;
a=a+b;
w<<a;}