Cod sursa(job #1489918)
Utilizator | Data | 22 septembrie 2015 11:49:10 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp | Status | done |
Runda | Arhiva de probleme | Marime | 0.17 kb |
#include <bits/stdc++.h>
using namespace std;
int main()
{
ifstream in("adunare.in");
ofstream out("adunare.out");
in >> a >> b;
out << a+b;
}