Cod sursa(job #2236950)
| Utilizator | Data | 31 august 2018 01:24:49 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Lista lui wefgef | Marime | 0.11 kb |
#include <iostream>
int main()
{
int a, b;
std::cin >> a >> b;
std::cout << a+b;
return 0;
}
