Cod sursa(job #2170519)
| Utilizator | Data | 15 martie 2018 03:08:40 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | teme_upb | Marime | 0.1 kb |
#include <iostream>
using namespace std;
int main()
{
int a,b;
cout << a + b;
return 0;
}
| Utilizator | Data | 15 martie 2018 03:08:40 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp | Status | done |
| Runda | teme_upb | Marime | 0.1 kb |
#include <iostream>
using namespace std;
int main()
{
int a,b;
cout << a + b;
return 0;
}