Problem reverseandmin
User Sandman
Submission Time 2023-12-11 10:40:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reverseandmin.cpp: In function ‘int main()’:
reverseandmin.cpp:27:11: error: ‘rev’ was not declared in this scope; did you mean ‘revk’?
27 | if (k == rev) {//palindrome = same num
| ^~~
| revk