Problem typo
User Pyrros
Submission Time 2023-01-24 21:46:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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};
| ^
| ;