s0038
This commit is contained in:
14
include/s0038_count_and_say.hpp
Normal file
14
include/s0038_count_and_say.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef S0038_COUNT_AND_SAY_HPP
|
||||
#define S0038_COUNT_AND_SAY_HPP
|
||||
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Solution {
|
||||
public:
|
||||
string countAndSay(int n);
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user