Problem nprime
User xm0728
Submission Time 2025-05-09 17:49:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:14:25: error: lvalue required as left operand of assignment
14 | if(current % value = 0){
| ^