Problem prime
User jwsk0
Submission Time 2025-10-25 16:27:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:10:3: error: ‘temp’ was not declared in this scope; did you mean ‘mktemp’?
10 | temp = N;
| ^~~~
| mktemp
prime.cpp:14:6: error: ‘a’ was not declared in this scope
14 | if (a==1){
| ^