Problem 3nplus1II
User JonahKoh
Submission Time 2026-03-25 16:27:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp:11:7: error: invalid preprocessing directive #Time
11 | # Time 1 is the initial state
| ^~~~
3nplus1II.cpp:20:11: error: invalid preprocessing directive #Check
20 | # Check if we've reached 1
| ^~~~~
3nplus1II.cpp:25:11: error: invalid preprocessing directive #Apply
25 | # Apply transformation
| ^~~~~
3nplus1II.cpp:33:7: error: invalid preprocessing directive #Reached
33 | # Reached target time
| ^~~~~~~
3nplus1II.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~