Owl Get a Life
typo.cpp: In function ‘int main()’:typo.cpp:25:62: error: expected ‘;’ before ‘}’ token 25 | if(s[i-1] == t[i-1] && s[i] != t[i]){ cout<<"No"; return 0}; | ^ | ;