Cod sursa(job #2472059)
| Utilizator | Data | 11 octombrie 2019 22:54:09 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-32 | 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;
}
