This commit is contained in:
12
include/s0007_reverse_integer.hpp
Normal file
12
include/s0007_reverse_integer.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef S0007_REVERSE_INTEGER
|
||||
#define S0007_REVERSE_INTEGER
|
||||
|
||||
#include <queue>
|
||||
#include <cmath>
|
||||
|
||||
class Solution {
|
||||
public:
|
||||
int reverse(int x);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user