/ 拾陆人 /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
               ^
/in/foo.cc:17:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&a[i]);
                   ^
/in/foo.cc:19:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&b[i]);
                   ^
/in/foo.cc:20:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&m);
               ^
/in/foo.cc:25:23: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d%d",&tx,&ty);
                       ^
/in/foo.cc:25:23: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 4ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 4ms 2.27 MiB
#4 Accepted 2ms 256.0 KiB
#5 Accepted 2ms 2.328 MiB
#6 Accepted 4ms 2.25 MiB
#7 Accepted 3ms 2.344 MiB
#8 Accepted 3ms 256.0 KiB
#9 Accepted 4ms 2.375 MiB
#10 Accepted 3ms 380.0 KiB
#11 Accepted 4ms 384.0 KiB
#12 Accepted 4ms 336.0 KiB
#13 Accepted 5ms 2.375 MiB
#14 Accepted 4ms 2.352 MiB
#15 Accepted 5ms 2.348 MiB
#16 Accepted 5ms 2.352 MiB
#17 Accepted 160ms 2.973 MiB
#18 Accepted 161ms 1.832 MiB
#19 Accepted 160ms 2.625 MiB
#20 Accepted 163ms 3.109 MiB

信息

递交者
类型
递交
题目
雷电法王——小铭
语言
C++
递交时间
2017-10-30 20:42:13
评测时间
2017-10-30 20:42:13
评测机
分数
100
总耗时
713ms
峰值内存
3.109 MiB