Problem duckhunt13
User Feiyang
Submission Time 2025-06-18 10:52:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt13.cpp: In function ‘int main()’:
duckhunt13.cpp:35:1: error: expected ‘}’ at end of input
35 | }
| ^
duckhunt13.cpp:12:29: note: to match this ‘{’
12 | for (int i = 0; i < Q; ++i) {
| ^
duckhunt13.cpp:35:1: error: expected ‘}’ at end of input
35 | }
| ^
duckhunt13.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^