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

程序代码: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();
}
