Problem nextprime
User gab
Submission Time 2025-10-24 17:15:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nextprime.cpp:14:14: error: invalid preprocessing directive #print
14 | #print(knownprimes)
| ^~~~~
nextprime.cpp:1:1: error: ‘X’ does not name a type
1 | X = int(input())
| ^