MrSwordsman
MrSwordsman
Time
关注数: 21
粉丝数: 51
发帖数: 5,788
关注贴吧数: 11
我觉着我靠签到都快水到九级了 我们都是被撒比菜丢下的人 ⊙▽⊙前辈都是高贵冷艳这里纯洁小新淫钉头哭瞎⊙▽⊙
2013-07-13_01-18-30_2004751377 QAQ错过了上海的漫展有K的coser的全套亮相啊QAQ ⊙▽⊙前辈都是高贵冷艳这里纯洁小新淫钉头哭瞎⊙▽⊙
【爱索九久】【AI黑白矢量图】钉头の九图流 全废带着唯一玩儿得不错的AI作品来给咱吧九周年捧场了 _(:3」∠)_前辈们都是高贵冷艳这里24K纯洁小新淫钉头哭瞎_(:3 √∠)_
【娱乐】造型识人
上午习惯性的到了教室自习,忘记去高考了,算了,反正没戏了,下午数学别考了,回家睡觉吧[乖]
上午习惯性的到了教室自习,忘记去高考了,算了,反正没戏了,下午数学别考了,回家睡觉吧
2013-06-01_10-34-56_1502998526 传媒的孩子们六一快乐= ̄ω ̄=
【篮球课考试】打比赛按照积极与否给分 于是点名册上从上到下依次为JBJBJJJBBJJJJBBJJBJBJBJJ⊙▽⊙ 老师问我们怎么了⊙▽⊙我们到底是怎么了呢为什么要笑呢⊙▽⊙
【卖萌求埋胸】游戏动漫展的萌妹子们 必须凶器镇楼(歪嘴笑)
【爪机】快来秀出你们的suuuuuuuper壁纸 卤主本人壁纸镇楼。这里盖世3I9300。超越板砖的存在,只为你拥有
【海贼561-563】为啥是猪猪的= =求枫雪翻译QAQ 我就是喜欢看枫雪就是有强迫症就是要下载收藏全集这没问题啊 可是这几集猪猪剥夺了我成为下载海贼王之王的梦想= = 而且猪猪里有些东西翻译得和枫雪不同,看习惯了感觉这几集实在是太不爽了 诚心求枫雪重新翻译我会在ZERO上默默等着你们的
2013-04-27_13-22-57_924849224 西门外的蒸面真特么好吃啊
【哦哈哟哦呀斯密】可以建个帅比签到楼吗哦哈哈⊙▽⊙
【海贼深蓝资料书到手哦也】穷屌所有海贼物件清单 高端镇楼图总是能够吸引到高端的人
哭。。这是个什么情况。。 用结构体求最高分并输出。。这几个错误好诡异囧。。 #include<stdio.h> int main() { struct student { char name[10]; /*每个学生的姓名*/ char sex; /*每个学生的性别*/ int age; /*每个学生的年龄*/ int score; /*每个学生的成绩*/ }stu[45]; //假设最多45个学生 int n, i, j; int t = 0; printf("请输入学生人数: "); scanf("%d", &n); for (i = 0;i < n;i ++) { printf("\n请输入第i个学生的姓名:%d",i); gets(stu[i].name); printf("请输入第i个学生的性别(F or M):%d",i); scanf(" %c",&stu[i].sex); printf("请输入第i个学生的年龄:%d",i); scanf(" %d",&stu[i].age); printf("请输入第i个学生的成绩:%d",i); scanf(" %c",&stu[i].score); } for (i = 0;i < n;i ++) { if (stu[i].score > t) { j = i; t = stu[i].score; } } printf("Name\tSex\tAge\tScore\n"); puts(stu[j].name); printf("\t%c\t%d\t%d\n",stu[j].sex, stu[j].age, stu[j].score); return 0; } 错误:1. error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format 2.warning C4067: unexpected tokens following preprocessor directive - expected a newline 3.error C2447: '{' : missing function header (old-style formal list?)
【这里大前辈】新淫们还不赶紧膜拜!!! 神说:索吧不科学的伪新制度必须得由一个伪前的新淫来终结!!!@前辈
【海龟图】不知道哪儿错了。。编出来怪怪的。。。。求指导。。。 不多说了,直接放程序: #include<stdio.h> void getCommands(int commands[][2]) { int i,n; printf( "Enter command ( 9 to end input ): " ); scanf("%d",&n); for(i=0;n!=9&&i<100;i++) { commands[i][0]=n; if(n==5) { scanf(",%d",&commands[i][1]); } printf("\nEnter command ( 9 to end input ): " ); scanf("%d",&n); i++; } commands[i][0]=9; } int turnRight( int d ) { d ++; if (d = 4) d = 0; return d; } int turnLeft( int d ) { d --; if (d = -1) d = 3; return d; } void movePen( int down, int a[][ 50 ], int dir, int dist) { int i; static int x, y = 0; for (i = 0; i < dist;i ++) { switch(dir) { case 0: y = y + dist - 1; if (down = 1) a[x][y - i] = 1; break; case 1: x = x + dist - 1; if (down = 1) a[x - i][y] = 1; break; case 2: y = y - dist + 1; if (down = 1) a[x][y + i] = 1; break; case 3: x = x - dist + 1; if (down = 1) a[x + i][y] = 1; break; } } } void printArray( int a[][ 50 ] ) { int i,j; for (i = 0;i < 50;i ++) { for (j = 0;j < 50;j ++) { if (a[i][j] = 1) printf("*"); else printf(" "); if (j = 49) printf("\n"); } } } int main() { int command,dist; int commands[100][2]; int floor[50][50]={0}; int k=0; int pendown; int direction = 0; printf("****************************************\n"); printf("* 1:penUp 2:penDown *\n"); printf("* 3:turnRight 4:turnLeft *\n"); printf("* 5:move 6:print *\n"); printf("* 9:end *\n"); printf("****************************************\n"); getCommands(commands); command=commands[0][0]; while(command!=9) { switch(command) { case 1: pendown=0; break; case 2: pendown=1; break; case 3: direction=turnRight(direction); break; case 4: direction=turnLeft(direction); break; case 5: dist = commands[k][1]; movePen(pendown, floor,direction,dist ); break; case 6: printArray( floor); break; } k++; command=commands[k][0]; } return 0; }
【呵呵党】这种奇妙的既视感是怎么回事!!! LZ我擅长笑而不语。。
【苦逼+回归】纪念我连上贴吧都没空的大学时光 今天看到我弟玩的这个。。有着微妙的既视感。。。。求教(思考)
【笑尿了】如果猪脚不是路飞,海贼王应改为什么名字 重点看评论,亮点太多别笑噎着了,别逼人家施展菊花点穴手。。。
尾田和其他大神画的各种动漫人物!赶脚有乱入 先来一张各种风的OP镇楼
【灰姑娘之谜】会有人认得全鞋子的主人么嘿嘿嘿嘿 我是不会告诉你们我第一眼就认出索大的鞋了哇咔咔
【所噶】那些年,索大与打假卫士
【惊悚】都Y出后代来了!? 我被吓到了
1
下一页