Problem duckhunt36
User sporknives
Submission Time 2025-12-19 10:37:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt36.cpp: In function ‘int main()’:
duckhunt36.cpp:85:10: error: expected ‘(’ before ‘{’ token
85 | else if {
| ^
| (
duckhunt36.cpp:89:2: error: ‘else’ without a previous ‘if’
89 | else {
| ^~~~