/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:58: 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;
                                           ^
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 384.0 KiB

信息

递交者
类型
自测
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2017-11-06 22:32:39
评测时间
2017-11-06 22:32:39
评测机
分数
0
总耗时
4ms
峰值内存
384.0 KiB