This commit is contained in:
15
include/s0008_string_to_integer.hpp
Normal file
15
include/s0008_string_to_integer.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef S0008_STRING_TO_INTEGER
|
||||
#define S0008_STRING_TO_INTEGER
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Solution {
|
||||
public:
|
||||
int myAtoi(string s);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user