0_0_39285367_11666.cpp:10:1: error: expected declaration before '}' token
10 | }
| ^
0_0_39285367_11666.cpp: In function 'int main()':
0_0_39285367_11666.cpp:18:37: error: expected ';' before 'printf'
18 | scanf("%c %d",&x,&y)
| ^
| ;
19 | printf("%d\n",func(x)+y);
| ~~~~~~
|