Cod sursa(job #1372650)
| Utilizator | Data | 4 martie 2015 14:49:55 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.2 kb |
#include <iostream>
#include <fstrea>
using namespace std;
int main(){
int a,b;
ifstream intrare("adunare.in");
ofstream iesire("adunare.out");
intrare>>a>>b;
iesire<<a+b;
return 0;
}
