Cod sursa(job #2658141)
Utilizator | Data | 13 octombrie 2020 12:42:15 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.2 kb |
#include <fstream>
#include <iostream>
using namespace std;
int main() {
ifstream in("adunare.in");
ofstream out("adunare.out");
in >> a >> b;
out << a + b;
return a + b;
}