Problem 727
User chickengoat
Submission Time 2026-07-11 10:08:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

727.cpp: In function ‘int main()’:
727.cpp:17:15: error: ‘higestlength’ was not declared in this scope; did you mean ‘highestlength’?
17 | if(i>=n-1-2*higestlength) {
| ^~~~~~~~~~~~
| highestlength
727.cpp:20:62: error: lvalue required as left operand of assignment
20 | while(s[i+highestlength*2-1]=='2' and s[i+highestlength*2]='7') {
| ^~~