Cod sursa(job #2564455)
| Utilizator | Data | 1 martie 2020 21:32:17 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.16 kb |
#include <iostream>
#include <fstream>
using namespace std;
int a,b;
ifstream f(adunare.in);
ofstream g(adunare.out);
int main ()
{f>>a>>b;
g<<a+b;
}
