| Problem | democracy |
|---|---|
| User | sergius |
| Submission Time | 2024-06-21 13:49:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
democracy.cpp: In function ‘int main()’:
democracy.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> N;
| ^~~
democracy.cpp:9:3: error: ‘cout’ was not declared in this scope
9 | cout << arr[i-1];
| ^~~~