Cod sursa(job #2716647)
| Utilizator | Data | 5 martie 2021 14:06:37 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Lista lui wefgef | Marime | 0.14 kb |
#include <iostream>
using namespace std;
int main(){
int n1, n2;
cin >> n1 >> n2;
cout << n1 + n2;
return 0;
}
