Problem | pigeonhole |
---|---|
User | Halud |
Submission Time | 2025-02-18 23:59:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeonhole.cpp: In function ‘int main()’:
pigeonhole.cpp:13:3: error: expected unqualified-id before ‘for’
13 | for(int i = 0; i < N; i++){
| ^~~
pigeonhole.cpp:13:18: error: ‘i’ was not declared in this scope
13 | for(int i = 0; i < N; i++){
| ^