Cod sursa(job #1781788)
| Utilizator | Data | 17 octombrie 2016 14:40:11 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include<iostream>
using namespace std;
int main ()
{
int a,b,c;
cin>>a>>b;
c=a+b;
cout<<c;
return 0;
}
