Cod sursa(job #3294527)
| Utilizator | Data | 25 aprilie 2025 11:56:25 | |
|---|---|---|---|
| Problema | A+B | Scor | 0 |
| Compilator | cpp-64 | Status | done |
| Runda | Arhiva de probleme | Marime | 0.1 kb |
#include <iostream>
using namespace std;
int a, b;
int main()
{
cout << a + b;
}
