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

Compile Error

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