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