Problem gota
User SA
Submission Time 2025-06-18 10:23:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gota.cpp: In function ‘int main()’:
gota.cpp:8:9: error: expected ‘(’ before ‘=’ token
8 | switch = 10000
| ^
| (
gota.cpp:9:21: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < N; i++){
| ^