Problem cardplacing
User tanyap2906
Submission Time 2025-12-29 12:39:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cardplacing.cpp: In function ‘int32_t main()’:
cardplacing.cpp:19:53: error: lvalue required as left operand of assignment
19 | if (a[0] == 1 && a[1] = n || a[0] == n && a[1] == 0){
| ^