Cod sursa(job #2480467)
Utilizator | Data | 25 octombrie 2019 17:21:58 | |
---|---|---|---|
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;
cin>>A>>B;
cout<<A+B;
return 0;
}