Problem catlunch
User Armnotsostrong123456
Submission Time 2025-05-17 10:42:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp:14:16: error: stray ‘#’ in program
14 | dp[0] = 0 # dp[0] is a dummy position, dp[1] corresponds to the first fish
| ^
catlunch.cpp:17:11: error: invalid preprocessing directive #Ensure
17 | # Ensure the window is [i-K, i-1]
| ^~~~~~
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:7:1: error: ‘def’ was not declared in this scope
7 | def solve():
| ^~~