Cod sursa(job #2756141)
| Utilizator | Data | 29 mai 2021 23:18:30 | |
|---|---|---|---|
| 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;
}
