palindrome.cpp: In function 'void solve()':
palindrome.cpp:52:12: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
52 | signed main(){
| ^~
palindrome.cpp:52:12: note: remove parentheses to default-initialize a variable
52 | signed main(){
| ^~
| --
palindrome.cpp:52:12: note: or replace parentheses with braces to value-initialize a variable
palindrome.cpp:52:14: error: a function-definition is not allowed here before '{' token
52 | signed main(){
| ^
palindrome.cpp:63:2: error: expected '}' at end of input
63 | }
| ^
palindrome.cpp:19:13: note: to match this '{'
19 | void solve(){
| ^