Problem eeniemeenie
User kendrik
Submission Time 2026-03-30 17:17:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeniemeenie.cpp: In function ‘int main()’:
eeniemeenie.cpp:13:14: error: ‘n’ was not declared in this scope
13 | string z[n];
| ^
eeniemeenie.cpp:16:16: error: ‘z’ was not declared in this scope
16 | cin >> z[i];
| ^
eeniemeenie.cpp:19:13: error: ‘z’ was not declared in this scope
19 | cout << z[y%x];
| ^