Problem | pigeonhole |
---|---|
User | tacticalnerd |
Submission Time | 2024-07-13 11:13:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeonhole.cpp:13:48: error: stray ā#ā in program
13 | if len(holes[p % h]) + 1 == hmax: # Check if we need to recalculate hmax
| ^
pigeonhole.cpp:1:1: error: ānā does not name a type
1 | n, h = map(int, input().split())
| ^