Problem sixandseven
User uuhhhhhIDK
Submission Time 2026-06-26 13:15:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:11:31: error: lvalue required as left operand of assignment
11 | if (x[i] == 6 && x[i+1] = 7){
| ^
sixandseven.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
sixandseven.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^