Cod sursa(job #2283186)
| Utilizator | Data | 15 noiembrie 2018 07:26:07 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.11 kb |
#include <iostream>
using namespace std;
int main(){
int A, B;
cin>>A>>B;
cout<<A+B;
return 0;
} 