/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'void select(int, int)':
/in/foo.cc:26:33: warning: unused variable 'w2' [-Wunused-variable]
  unsigned long long w1=sum[p-1],w2=sum[i]-sum[p];
                                 ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:48:59: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long unsigned int*' [-Wformat=]
  while(scanf("%d%d%s",&cou[i].wei,&cou[i].dis,&cou[i].name)!=EOF)
                       ~~~~~~~~~~~                         ^
/in/foo.cc:48:59: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long unsigned int*' [-Wformat=]
/in/foo.cc:48:59: warning: format '%s' expects argument of type 'char*', but argument 4 has type 'char (*)[110000]' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 4ms 2.5 MiB
#2 Accepted 9ms 5.363 MiB
#3 Accepted 21ms 9.48 MiB
#4 Accepted 19ms 10.625 MiB
#5 Accepted 87ms 41.465 MiB
#6 Accepted 26ms 14.355 MiB
#7 Accepted 225ms 125.75 MiB
#8 Wrong Answer 149ms 89.082 MiB
#9 Wrong Answer 160ms 98.336 MiB
#10 Wrong Answer 159ms 98.121 MiB

信息

递交者
类型
递交
题目
P1225 拯救世界-紧急召集
语言
C++
递交时间
2017-10-12 18:43:11
评测时间
2017-10-12 18:43:11
评测机
分数
70
总耗时
862ms
峰值内存
125.75 MiB