Problem | nextprime |
---|---|
User | cOoKiEs |
Submission Time | 2023-12-06 10:07:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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){
| ^