0_0_38929450_22784.cpp: In function 'int main()':
0_0_38929450_22784.cpp:15:25: error: expected '}' at end of input
15 | s[i]=s[i]-5;
| ^
0_0_38929450_22784.cpp:13:8: note: to match this '{'
13 | {
| ^
0_0_38929450_22784.cpp:15:25: error: expected '}' at end of input
15 | s[i]=s[i]-5;
| ^
0_0_38929450_22784.cpp:8:5: note: to match this '{'
8 | {
| ^
0_0_38929450_22784.cpp:15:25: error: expected '}' at end of input
15 | s[i]=s[i]-5;
| ^
0_0_38929450_22784.cpp:4:1: note: to match this '{'
4 | {
| ^
|