We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bd611 commit b237d57Copy full SHA for b237d57
9、回文数.md
@@ -87,6 +87,7 @@ c语言实现
87
```c
88
bool isPalindrome(int x){
89
int revertNum = 0;
90
+
91
if(x==0||(x<10&&x>0)){
92
return true;
93
}else if(x<0||x%10==0){
0 commit comments