Problem prime
User Elwinthenerd
Submission Time 2024-03-31 13:26:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:8:11: error: lvalue required as left operand of assignment
8 | if (x%i=0) {
| ^