mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-01-13 02:38:37 +08:00
6 lines
120 B
C
6 lines
120 B
C
#include "../2025/03/3305.h"
|
|
#include <stdio.h>
|
|
|
|
int main(){
|
|
printf("%d\n",countOfSubstrings("ieaouqqieaouqq",1));
|
|
} |