This website requires JavaScript.
Explore
Help
Register
Sign In
tomatocream
/
leetcode
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
leetcode
/
code
/
1415.the-k-th-lexicographical-string-of-all-happy-strings-of-length-n.cpp
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
76 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit: Modular Clang C++ Nix environment and problem files
2026-03-14 23:25:02 +08:00
class
Solution
{
public
:
string
getHappyString
(
int
n
,
int
k
)
{
}
};
Reference in New Issue
Copy Permalink