Cod sursa(job #2485605)
| Utilizator | Data | 1 noiembrie 2019 19:57:45 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.14 kb |
#include <bits/stdc++.h>
using namespace std;
int main()
{
int a , b ;
cin >>a >>b ;
cout<< a + b ;
return 0;
}
