Cod sursa(job #222949)
| Utilizator | Data | 26 noiembrie 2008 13:35:49 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c | Status | done |
| Runda | Arhiva de probleme | Marime | 0.11 kb |
#include<fstream.h>
main(){
int a,b;
ifstream fi("adunare.in");
ofstream fo("adunare.out");
fi>>a>>b,fo<<a+b;
}