Problem typo
User aj
Submission Time 2024-10-16 14:11:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:15:5: error: expected ‘,’ or ‘;’ before ‘if’
15 | if (S==T){
| ^~
typo.cpp:41:1: error: expected ‘}’ at end of input
41 | }
| ^
typo.cpp:8:1: note: to match this ‘{’
8 | {
| ^