Problem 3nplus1II
User JonahKoh
Submission Time 2026-02-19 21:38:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp:12:23: error: stray ā€˜#’ in program
12 | continue # next will be -1
| ^
3nplus1II.cpp:1:1: error: ā€˜S’ does not name a type
1 | S, T = map(int, input().split())
| ^