Cod sursa(job #2496340)
| Utilizator | Data | 20 noiembrie 2019 18:29:46 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.11 kb |
#include <iostream>
int main(void)
{
int a, b;
std::cin >> a;
std::cin >> b;
std::cout << a + b;
return 0;
}
