Cod sursa(job #2251149)
| Utilizator | Data | 1 octombrie 2018 10:37:23 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <iostream>
using namespace std;
int A,B;
int main()
{
cin>>A>>B;
cout<<A+B;
}
