Cod sursa(job #2261131)
| Utilizator | Data | 15 octombrie 2018 23:14:59 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | c-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <fstream>
using namespace std;
int main()
{
int a,b;
f>>a;
f>>b;
g<<a+b<<'\n';
return 0;
}
