1111哥说兄弟如手足,,女人如衣服。今天发现我已近七手八脚的裸奔了二十年了。。
1111 光棍不寂寞。。。单身的。。不管你是大侠还是菜鸟。。
希望大家以光棍为主题编一程序。。
2009-11-11 14:28
2009-11-11 14:35
2009-11-11 14:46

2009-11-11 14:50
2009-11-11 16:42

程序代码:main()
{
int c;
printf("I am single now");
printf("Are you a boy or a girl?\n1 boy\n2 girl");
c=getch();
if(c=='1')
printf("I am still single!");
else if(c=='2')
printf("oh,I am not single now.");
else
printf("who are you then?\n zeng ge ? chun ge ?\n");
getch();
}

2009-11-11 17:01
程序代码:#include<stdio.h>
main()
{
int i;
printf("请问你是光棍?请回答1or0:");
scanf("%d",&i);
if(i==1)
{
for(i=1;i<=2;i++)
{
}
printf("今天是光棍节你怎么过?%c%c%c\n",i,i,i);
}
else if(i==0)
{
printf("??????你有伴了·`````\n");
}
else
{
printf("恭喜我自己,你····决定把女伴送我了。呵呵%c%c%c",1,1,1);
}
}
2009-11-11 17:21
2009-11-11 19:19

2009-11-11 19:51