Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:11:63: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[20]' [-Wformat=] scanf("%s %d %d %c %c %d",&s[i],&score1,&score2,&c1,&c2,&num); ^ /in/foo.cc:7:43: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized] int n,sum=0,maxn=0,score1,score2,num,a,b,k; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 谁拿了最多奖学金
- 语言
- C++
- 递交时间
- 2017-11-06 22:43:18
- 评测时间
- 2017-11-06 22:43:18
- 评测机
- 分数
- 100
- 总耗时
- 41ms
- 峰值内存
- 492.0 KiB