Problem sixandseven
User YunQingOng
Submission Time 2026-06-26 13:07:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:8:24: error: ‘length’ was not declared in this scope
8 | for(int i = 0; i < length(a); i++){
| ^~~~~~
sixandseven.cpp:11:18: error: expected ‘;’ before ‘}’ token
11 | break
| ^
| ;
12 | }
| ~