Cod sursa(job #1510931)
Utilizator | Data | 25 octombrie 2015 19:52:26 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.18 kb |
#include <fstream>
using namespace std;
ifstream in("adun.in");
ofstream out("adun.out");
int y,x;
int main()
{
in>>x>>y;
out<<x+y;
f.close();
q.close();
}