Cod sursa(job #2574508)
| Utilizator | Data | 5 martie 2020 23:05:44 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | teme_upb | Marime | 0.1 kb |
#include<iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<a+b;
}
| Utilizator | Data | 5 martie 2020 23:05:44 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | teme_upb | Marime | 0.1 kb |
#include<iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<a+b;
}