Problem duckhunt5
User ethantanaki
Submission Time 2026-05-16 09:36:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:23:19: error: expected ‘;’ before ‘}’ token
23 | cout << "-1\n"
| ^
| ;
24 | } else() {
| ~
duckhunt5.cpp:24:11: error: expected primary-expression before ‘)’ token
24 | } else() {
| ^