palindrome.cpp: In function 'int get0(int, int, int)':
palindrome.cpp:22:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (ret < 0) ret += mod[t]; return ret;
^~
palindrome.cpp:22:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (ret < 0) ret += mod[t]; return ret;
^~~~~~
palindrome.cpp: In function 'int get1(int, int, int)':
palindrome.cpp:27:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (ret < 0) ret += mod[t]; return ret;
^~
palindrome.cpp:27:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if (ret < 0) ret += mod[t]; return ret;
^~~~~~