Problem prime
User theodorelee
Submission Time 2025-01-09 15:11:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:24:17: error: ‘N’ was not declared in this scope
24 | if (N%(current*6+1) == 0){
| ^
prime.cpp:33:1: error: expected ‘}’ at end of input
33 | }
| ^
prime.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^