Cod sursa(job #664666)
| Utilizator | Data | 20 ianuarie 2012 17:14:00 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.14 kb |
#include<fstream.h>
int main(){
int a,b;
ifstream f("Date.in");
ofstream g("Date.out");
f>>a;f>>b;g<<a+b;
f.close();
g.close();
}
