Problem | nextprime |
---|---|
User | cOoKiEs |
Submission Time | 2023-12-06 10:13:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nextprime.cpp: In function βint32_t main()β:
nextprime.cpp:9:323: 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%23==0 || x%29==0|| x%31==0 || x%37==0 || x%41==0 || x%43==0|| x%47==0 || x%53==0 || x%59==0 || x%61==0 || x%67==0) && x!=2 && x!=5 && x!=7 && x!=11 && x!=13 && x!=17 && x!=19 && x!=23 && x!=29 && x!=31 && x!=37 && x!=41 && x!=43 && x!==47){
| ^