Problem typo
User shapeshifterr
Submission Time 2026-08-04 21:10:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int32_t main()’:
typo.cpp:21:41: error: expected ‘]’ before ‘)’ token
21 | if ((s[i] == t[i+1]) && (s[i+1] == t[i)) continue;
| ^
| ]