Initial commit: Modular Clang C++ Nix environment and problem files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Solution {
|
||||
public:
|
||||
string getHappyString(int n, int k) {
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,5 @@
|
||||
impl Solution {
|
||||
pub fn get_happy_string(n: i32, k: i32) -> String {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
1
|
||||
3
|
||||
1
|
||||
4
|
||||
3
|
||||
9
|
||||
Reference in New Issue
Block a user