/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:35: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d%d%d%d",&n,&m,&t,&A,&B);
                                   ^
/in/foo.cc:39:35: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:39:35: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:39:35: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
/in/foo.cc:39:35: warning: format '%d' expects argument of type 'int*', but argument 6 has type 'long long int*' [-Wformat=]
/in/foo.cc:43:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d%d",&x[i],&y[i]);
                           ^
/in/foo.cc:43:27: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Wrong Answer 375ms 896.0 KiB
#2 Wrong Answer 451ms 896.0 KiB
#3 Accepted 4ms 728.0 KiB
#4 Accepted 5ms 600.0 KiB
#5 Wrong Answer 5ms 640.0 KiB
#6 Wrong Answer 148ms 864.0 KiB
#7 Wrong Answer 400ms 984.0 KiB
#8 Accepted 6ms 608.0 KiB
#9 Wrong Answer 384ms 996.0 KiB
#10 Wrong Answer 374ms 988.0 KiB

信息

递交者
类型
递交
题目
HH去散步
语言
C++
递交时间
2018-01-28 20:27:37
评测时间
2018-01-28 20:27:37
评测机
分数
30
总耗时
2158ms
峰值内存
996.0 KiB