/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:39:49: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=1;i<=n;i++)scanf("%d",&a[i]),ord[i]=i;
                                                 ^
/in/foo.cc:50:37: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   int x,y,k;scanf("%d%d%d",&x,&y,&k);
                                     ^
# 状态 耗时 内存占用
#1 Accepted 8ms 18.438 MiB
#2 Accepted 5ms 18.488 MiB
#3 Accepted 12ms 18.625 MiB
#4 Accepted 9ms 18.836 MiB
#5 Accepted 18ms 21.0 MiB
#6 Accepted 22ms 23.086 MiB
#7 Accepted 43ms 25.25 MiB
#8 Accepted 92ms 31.75 MiB
#9 Accepted 129ms 32.0 MiB
#10 Accepted 117ms 31.961 MiB

信息

递交者
类型
递交
题目
P1081 野生动物园
语言
C++
递交时间
2017-04-07 19:59:26
评测时间
2017-04-07 19:59:26
评测机
分数
100
总耗时
458ms
峰值内存
32.0 MiB