Cod sursa(job #2628272)
Utilizator | Data | 15 iunie 2020 12:49:37 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <iostream.h>
using namespace std;
int main(){
long int a,b;
cin>>a>>b;
a+=b;
cout<<a;
return 0;
}