#ifndef S0007_REVERSE_INTEGER #define S0007_REVERSE_INTEGER #include #include #include class Solution { public: int reverse(int x); }; #endif