Cod sursa(job #9993)
| Utilizator | Data | 27 ianuarie 2007 20:01:18 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.14 kb |
#include<fstream.h>
ifstream f("adunare.in");
ofstream g("adunare.out");
int main(){
long a,b;
f>>a;f>>b;
f.close();g.close();return 0;}