0_0_38780014_2271.cpp: In function 'int main()':
0_0_38780014_2271.cpp:35:26: error: expected statement at end of input
35 | if(s[0]=='l')
| ^
0_0_38780014_2271.cpp:35:26: error: expected '}' at end of input
0_0_38780014_2271.cpp:33:9: note: to match this '{'
33 | {
| ^
0_0_38780014_2271.cpp:35:26: error: expected '}' at end of input
35 | if(s[0]=='l')
| ^
0_0_38780014_2271.cpp:30:5: note: to match this '{'
30 | {
| ^
0_0_38780014_2271.cpp:35:26: error: expected '}' at end of input
35 | if(s[0]=='l')
| ^
0_0_38780014_2271.cpp:24:1: note: to match this '{'
24 | {
| ^
|