Problem nextprime
User cOoKiEs
Submission Time 2023-12-06 10:07:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nextprime.cpp: In function β€˜int32_t main()’:
nextprime.cpp:9:123: error: expected primary-expression before β€˜=’ token
9 | while((x%2==0 || x%3==0 || x%5==0|| x%7==0 ||x%11==0 ||x%13==0||x%17==0||x%19==0) && x!=2 && x!=5 && x!=7 && x!=11 && x!==13 && x!=17 && x!=19){
| ^