Cod sursa(job #2456948)
Utilizator | Data | 15 septembrie 2019 22:37:02 | |
---|---|---|---|
Problema | A+B | Scor | 0 |
Compilator | cpp-64 | Status | done |
Runda | Lista lui wefgef | Marime | 0.11 kb |
#include <iostream>
using namespace std;
int main () {
int a,b;
cin>>a>>b;
cout<<a+b;
return 0;
}