mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-02-27 11:58:39 +08:00
init
This commit is contained in:
6
test/test3305.c
Normal file
6
test/test3305.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "../2025/03/3305.h"
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("%d\n",countOfSubstrings("ieaouqqieaouqq",1));
|
||||
}
|
||||
Reference in New Issue
Block a user