Problem typo
User yc
Submission Time 2025-05-23 16:51:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:23:3: error: expected ‘}’ before ‘else’
23 | else if (t[i] != s[i]){
| ^~~~
typo.cpp:15:13: note: to match this ‘{’
15 | if (x== 1){
| ^