Problem | eeniemeenie |
---|---|
User | blob |
Submission Time | 2023-11-24 15:09:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeniemeenie.cpp: In function ‘int main()’:
eeniemeenie.cpp:19:9: error: expected unqualified-id before numeric constant
19 | int 8ndex = (K - 1) % N;
| ^~~~~
eeniemeenie.cpp:21:22: error: ‘Index’ was not declared in this scope; did you mean ‘index’?
21 | cout << problems[Index];
| ^~~~~
| index