Problem prime
User CoderBC
Submission Time 2025-01-22 14:13:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:6:20: error: lvalue required as left operand of assignment
6 | if (a%1 and a%a = 0){
| ^