Cod sursa(job #2271907)
| Utilizator | Data | 29 octombrie 2018 14:49:30 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Lista lui wefgef | Marime | 0.14 kb |
#include<bits/stdc++.h>
using namespace std;
int main(){
int X, Y;
cin >> X >> Y;
cout << (X+Y) << endl;
return 0;
}
