Cod sursa(job #2640714)
| Utilizator | Data | 7 august 2020 17:41:57 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.13 kb |
#include <iostream>
using namespace std;
int main()
{
int a,b;
a = 5;
b = 10;
cout<<a+b;
return 0;
}
