Cod sursa(job #2334596)
| Utilizator | Data | 2 februarie 2019 18:45:39 | |
|---|---|---|---|
| Problema | A+B | Scor | 100 |
| Compilator | cpp-64 | Status | done |
| Runda | Lista lui wefgef | Marime | 0.15 kb |
#include <fstream>
using namespace std;
ifstream fi("adunare.in");
ofstream fo("adunare.out");
int main()
{int a,b;
fi>>a>>b;
fo<<a+b;
}
