Problem typo
User lololol
Submission Time 2024-02-11 14:16:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:14:12: error: expected ‘;’ before ‘if’
14 | s[i+1]=c
| ^
| ;
15 | if(s==t){
| ~~