Cod sursa(job #2439013)
| Utilizator | Data | 14 iulie 2019 15:59:16 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <iostream>
using namespace std;
int main(){
int a,b;
cin >>a >>b;
cout <<a+b;
return 0;
}
