Problem simplebridges
User Yicen
Submission Time 2025-02-21 20:52:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simplebridges.cpp:4:7: error: invalid preprocessing directive #Check
4 | # Check if both S and E have the same remainder when divided by K
| ^~~~~
simplebridges.cpp:9:3: error: invalid preprocessing directive #Read
9 | # Read input
| ^~~~
simplebridges.cpp:12:3: error: invalid preprocessing directive #Output
12 | # Output result
| ^~~~~~
simplebridges.cpp:1:1: error: ‘def’ does not name a type
1 | def can_reach_island(N, K, S, E):
| ^~~