Problem | pigeonhole |
---|---|
User | ILBBBM |
Submission Time | 2024-01-31 16:54:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeonhole.cpp: In function ‘int main()’:
pigeonhole.cpp:23:14: error: expected unqualified-id at end of input
23 | for (int
| ^~~
pigeonhole.cpp:23:17: error: expected ‘;’ at end of input
23 | for (int
| ~~~^
| ;
pigeonhole.cpp:23:14: error: expected primary-expression at end of input
23 | for (int
| ^~~
pigeonhole.cpp:23:17: error: expected ‘;’ at end of input
23 | for (int
| ~~~^
| ;
pigeonhole.cpp:23:14: error: expected primary-expression at end of input
23 | for (int
| ^~~
pigeonhole.cpp:23:17: error: expected ‘)’ at end of input
23 | for (int
| ~~~~^
| )
pigeonhole.cpp:23:14: error: expected statement at end of input
23 | for (int
| ^~~