s0029
This commit is contained in:
11
include/s0029_divide_two_integers.hpp
Normal file
11
include/s0029_divide_two_integers.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef S0029_DIVIDE_TWO_INTEGERS
|
||||
#define S0029_DIVIDE_TWO_INTEGERS
|
||||
|
||||
#include <climits>
|
||||
|
||||
class Solution {
|
||||
public:
|
||||
int divide(int dividend, int divisor);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user