Problem threethreethree
User Citric3thanol
Submission Time 2026-06-24 14:40:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:13:18: error: lvalue required as left operand of assignment
13 | if (a[i] % 3 = 0){
| ^
threethreethree.cpp:16:23: error: lvalue required as left operand of assignment
16 | else if (a[i] % 3 = 0){
| ^