Problem nostatement
User PlayVoltz
Submission Time 2023-08-22 21:23:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘int main()’:
nostatement.cpp:37:8: error: ‘isprime’ was not declared in this scope; did you mean ‘is_prime’?
37 | if (isprime[i]){
| ^~~~~~~
| is_prime