/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:55: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  while(scanf("%d%d%s", & c[i].p, & c[i].dis, c[i].name) == 3)
                        ~~~~~~~~                       ^
/in/foo.cc:30:55: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 1ms 188.0 KiB
#2 Accepted 2ms 208.0 KiB
#3 Accepted 2ms 312.0 KiB
#4 Accepted 1ms 320.0 KiB
#5 Accepted 1ms 328.0 KiB
#6 Accepted 2ms 324.0 KiB
#7 Accepted 2ms 444.0 KiB
#8 Wrong Answer 2ms 336.0 KiB
#9 Wrong Answer 3ms 444.0 KiB
#10 Wrong Answer 2ms 320.0 KiB

信息

递交者
类型
递交
题目
P1225 拯救世界-紧急召集
语言
C++
递交时间
2018-11-27 21:32:08
评测时间
2018-11-27 21:32:08
评测机
分数
70
总耗时
23ms
峰值内存
444.0 KiB