Cod sursa(job #2938316)
| Utilizator | Data | 11 noiembrie 2022 22:55:07 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.14 kb |
#include<iostream>
using namespace std;
int main()
{ int a,b;
long int suma;
cin>>a>>b;
suma=a+b;
cout<<suma;
cout.flush();
}
