Cod sursa(job #3149070)
| Utilizator | Data | 6 septembrie 2023 09:22:15 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.12 kb |
#include <iostream>
int main(){
long long a, b;
std::cin >> a >> b;
std::cout << a + b << std::endl;
return 0;
}