Cod sursa(job #2624431)
| Utilizator | Data | 4 iunie 2020 20:31:28 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <iostream>
#include <fstream>
int main(void)
{
ifstream f("adunare.in");
ofstream g("adunare.out");
int a;
int b;
f<<a;
f>>b;
g<<a+b;
return 0;
}
