This commit is contained in:
13
include/s0009_palindrome_number.hpp
Normal file
13
include/s0009_palindrome_number.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef S0009_PALINDROME_NUMBER
|
||||
#define S0009_PALINDROME_NUMBER
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Solution {
|
||||
public:
|
||||
bool isPalindrome(int x);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user