| Problem | duckhunt19 |
|---|---|
| User | Syw |
| Submission Time | 2025-11-24 12:47:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt19.cpp: In function ‘int32_t main()’:
duckhunt19.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
duckhunt19.cpp:10:2: note: in expansion of macro ‘int’
10 | int l_arr = X, r_arr=N-X;
| ^~~
duckhunt19.cpp:12:17: error: ‘l_arr’ was not declared in this scope
12 | for (int i=0;i<l_arr;i++){
| ^~~~~
duckhunt19.cpp:16:13: error: ‘r_arr’ was not declared in this scope
16 | for (int i=r_arr;i<N;i++){
| ^~~~~