Problem typo
User Rollsroyce26
Submission Time 2024-06-19 15:23:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:11:8: error: expected ‘(’ before ‘s’
11 | if s[i]!=t[i]) {
| ^
| (
typo.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
typo.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^