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