Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:15:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[20]' [-Wformat=] scanf("%s", &stu[i].name); ^ /in/foo.c:12:21: warning: variable 'icount' set but not used [-Wunused-but-set-variable] char ch = 'Y'; int icount,count = 0; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 谁拿了最多奖学金
- 语言
- C
- 递交时间
- 2018-12-25 18:50:02
- 评测时间
- 2018-12-25 18:50:02
- 评测机
- 分数
- 0
- 总耗时
- 12ms
- 峰值内存
- 212.0 KiB