0_0_38829344_16179.cpp: In function 'int mycmp(char*, char*)':
0_0_38829344_16179.cpp:64:10: error: expected '}' before 'else'
64 | else
| ^~~~
0_0_38829344_16179.cpp:62:18: note: to match this '{'
62 | if(al != bl){
| ^
0_0_38829344_16179.cpp: At global scope:
0_0_38829344_16179.cpp:67:6: error: expected unqualified-id before 'else'
67 | else
| ^~~~
0_0_38829344_16179.cpp:77:2: error: expected declaration before '}' token
77 | }
| ^
|