/ TYWZ /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:21: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  while(scanf("%d",&n)!=EOF)
                   ~~^
/in/foo.cc:16:21: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
    scanf("%d",&x1[i]);
               ~~~~~~^
/in/foo.cc:32:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%d\n",x2[k/2]);
                 ~~~~~~~^
# 状态 耗时 内存占用
#1 Accepted 3ms 2.344 MiB
#2 Accepted 136ms 6.375 MiB
#3 Accepted 148ms 6.348 MiB
#4 Runtime Error 93ms 38.949 MiB
#5 Runtime Error 26ms 39.25 MiB
#6 Runtime Error 42ms 39.594 MiB
#7 Runtime Error 29ms 39.094 MiB
#8 Runtime Error 55ms 39.109 MiB
#9 Runtime Error 61ms 39.75 MiB
#10 Runtime Error 53ms 39.973 MiB

信息

递交者
类型
递交
题目
17.10.6 Prob I - Median
比赛
2017.10.6 TYWZ NOIp提高组模拟练习
语言
C++
递交时间
2017-10-06 09:45:18
评测时间
2017-10-06 09:45:18
评测机
分数
30
总耗时
651ms
峰值内存
39.973 MiB