Cod sursa(job #1939427)
| Utilizator | Data | 25 martie 2017 18:46:18 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <iostream>
using namespace std;
int main()
{
long long int a,b;
cin>>a;cin>>b;cout<<a+b;
return 0;
}
