Cod sursa(job #2472043)
| Utilizator | Data | 11 octombrie 2019 22:39:34 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.12 kb |
#include <iostream>
using namespace std;
int main()
{ int a,b,s;
cin>>a>>b;
s=a+b;
cout<<s;
return 0;
}
