mirror of
				https://git.wolves.top/wolves/leetcode.git
				synced 2025-11-04 17:26:32 +08:00 
			
		
		
		
	init
This commit is contained in:
		
							
								
								
									
										10
									
								
								test/test3.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								test/test3.c
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
 | 
			
		||||
int main(){
 | 
			
		||||
    int i;
 | 
			
		||||
    char *s = "a\045+45\'b";
 | 
			
		||||
    for(i=0;s++;i++);
 | 
			
		||||
    printf("%d\n",i);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 无限循环
 | 
			
		||||
		Reference in New Issue
	
	Block a user