Cod sursa(job #2194021)
| Utilizator | Data | 11 aprilie 2018 22:54:07 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.14 kb |
#include <iostream>
using namespace std;
int main()
{
int a;
int b;
cin>>a>>b;
cout <<a+b<< endl;
return 0;
}
