Cod sursa(job #2158507)
| Utilizator | Data | 10 martie 2018 13:33:34 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.15 kb |
#include <iostream>
#include <fstream>
ifstream fin("adunare.in");
ofstream fout("adunare.out");
int main()
{
int a,b;
fout << a + b;
}
