Problem sixandseven
User 6767676767
Submission Time 2026-06-26 13:49:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:11:28: error: lvalue required as left operand of assignment
11 | if ((n[i]+n[i+1] = 67); cout << "YES")
| ^~