Problem catfight
User ski
Submission Time 2025-07-05 11:12:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catfight.cpp:5:3: error: invalid preprocessing directive #a
5 | # a and b are the start and end inclusive ends of the sliding window
| ^
catfight.cpp:15:7: error: invalid preprocessing directive #validation
15 | # validation complete, compare values
| ^~~~~~~~~~
catfight.cpp:1:1: error: ā€˜N’ does not name a type
1 | N, P = [int(substr) for substr in input().split()]
| ^