Cod sursa(job #2785951)
| Utilizator | Data | 19 octombrie 2021 21:09:44 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <iostream>
using namespace std;
int main() {
int a,b;
cout << a+b;
return 0;
} 