Problem sana
User Dolphy
Submission Time 2024-12-30 14:45:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sana.cpp: In function ‘int32_t main()’:
sana.cpp:35:20: error: lvalue required as left operand of assignment
35 | if (a[n-1]+1=2*a[0]) cout << "Yes\n";
| ^