Cod sursa(job #2628270)
Utilizator | Data | 15 iunie 2020 12:46:05 | |
---|---|---|---|
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(){
long int a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}