@@ -0,0 +1,12 @@
#ifndef S0007_REVERSE_INTEGER
#define S0007_REVERSE_INTEGER
#include <queue>
#include <cmath>
class Solution {
public:
int reverse(int x);
};
#endif
The note is not visible to the blocked user.