/ Vijos /

记录详情

Accepted

foo.cpp: In function 'int main()':
foo.cpp:22:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
               ^
foo.cpp:24:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&x[i]);
                   ^
# 状态 耗时 内存占用
#1 Accepted 0ms 4.062 MiB
#2 Accepted 0ms 4.062 MiB
#3 Accepted 0ms 4.059 MiB
#4 Accepted 15ms 4.059 MiB
#5 Accepted 15ms 4.062 MiB
#6 Accepted 15ms 4.055 MiB
#7 Accepted 687ms 4.062 MiB
#8 Accepted 625ms 4.062 MiB
#9 Accepted 687ms 4.062 MiB
#10 Accepted 765ms 4.066 MiB

信息

递交者
类型
递交
题目
P1979 信息传递
语言
C++
递交时间
2017-03-14 09:07:26
评测时间
2017-03-14 09:07:26
评测机
分数
100
总耗时
2809ms
峰值内存
4.066 MiB