Cod sursa(job #2341353)
Utilizator | Data | 11 februarie 2019 19:23:14 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Lista lui wefgef | Marime | 0.11 kb |
#include <iostream>
using namespace std;
long long a,b;
int main()
{
cin>>a>>b;
cout<<a+b;
}