Problem clocktower
User Logout
Submission Time 2023-11-19 19:44:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

clocktower.cpp: In function ‘int main()’:
clocktower.cpp:11:6: error: ‘else’ without a previous ‘if’
11 | else if (a >= i * h / n){
| ^~~~