Cod sursa(job #2451752)
Utilizator | Data | 28 august 2019 00:29:23 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Lista lui wefgef | Marime | 0.21 kb |
#include <bits/stdc++.h>
using namespace std;
int main(){
freopen("gathering.in", "r", stdin);
freopen("gathering.out", "w", stdout);
int a, b;
cin >> a >> b;
cout << a + b << endl;
return 0;
}