Cod sursa(job #2493619)
| Utilizator | Data | 16 noiembrie 2019 16:40:47 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.12 kb |
#include <iostream>
int main() {
int a,b;
std::cin >> a ;
std::cin>>b;
std::cout<<a+b;
return 0;
}