Problem typo
User chickengoat
Submission Time 2025-12-15 14:12:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:11:23: error: expected ‘;’ before ‘)’ token
11 | for(ll i=0;i<s.size()) {
| ^
| ;
typo.cpp:21:21: error: ‘wrondidx’ was not declared in this scope; did you mean ‘wrongidx’?
21 | if(abs(wrongidx[0]-wrondidx[1])==1 || wrong<2) {
| ^~~~~~~~
| wrongidx