mirror of
				https://git.wolves.top/wolves/leetcode.git
				synced 2025-11-04 17:26:32 +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));
 | 
						|
} |