Problem | duckhunt5 |
---|---|
User | m0chib8gel |
Submission Time | 2025-06-18 16:34:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
duckhunt5.cpp: In function ‘int main()’:
duckhunt5.cpp:9:5: error: expected initializer before ‘for’
9 | for (int 1 =0; i<n; i++) {
| ^~~
duckhunt5.cpp:9:20: error: ‘i’ was not declared in this scope
9 | for (int 1 =0; i<n; i++) {
| ^
duckhunt5.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
duckhunt5.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^