怎么用C语言表白 在贴吧看到的 就整理下

1.

#include

int main(){
while(1)
//我对你的爱藏在我的注释里
return 0;

}

2. 输出 I LOVE YOU

#include
int main()
{
putchar(73);
putchar('\t');
putchar(76);
putchar(79);
putchar(86);
putchar(69);
putchar('\t');
putchar(89);
putchar(79);
putchar(85);
putchar('\n');
}程序员的悲哀就在于,什么事都想用程序解决

3.没找源码  看起来很不错的样子

4.#include
void main(void)
{
char ch;
do {
system("cls");
printf("女神,你爱我吗?(Y/N):");
scanf(“%c”, &ch);
} while(ch != 'Y' || ch != 'y')
printf("\n我也爱你!");
}

5.  显示一个心

#include  
#include  
#include
#define I 20 
#define R 340
int main() 

long time; 
int i,j,e; 
int a; 
for(i=1,a=I;i for(j=(int) ( I-sqrt(I*I-(a-i)*(a-i)) );j>0;j--) 
printf(" "); 
for(e=1;e<=2*sqrt(I*I-(a-i)*(a-i));e++) 
printf("\3"); 
for(j=(int) ( 2*( I-sqrt(I*I-(a-i)*(a-i)) ) );j>0;j--) 
printf(" "); 
for(e=1;e<=2*sqrt(I*I-(a-i)*(a-i));e++) 
printf("\3"); 
printf("\n"); 

for(i=1;i<80;i++) 

if(i==25){ 
printf(" I LOVE YOU! "); 
i+=30; 

printf("\3"); 

printf("\n"); 


for(i=1;i<=R/2;i++){ 
if(i%2||i%3)continue; 
for(j=(int) ( R-sqrt(R*R-i*i) );j>0;j--) 
printf(" "); 
for(e=1;e<=2*( sqrt(R*R-i*i) - (R-2*I) );e++) 
printf("\3"); 
printf("\n"); 



for(; ;) 

system("color a"); 
for(time=0;time<99999999;time++); 
system("color b"); 
for(time=0;time<99999999;time++); 
system("color c"); 
for(time=0;time<99999999;time++); 
system("color d"); 
for(time=0;time<99999999;time++); 
system("color e"); 
for(time=0;time<99999999;time++);
}
}



你可能感兴趣的:(C语言)