/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:40:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d%d",&n,&m,&v,&e);
                               ^
/in/foo.cc:42:42: 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",&C[i]);
                                          ^
/in/foo.cc:43:42: 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",&D[i]);
                                          ^
/in/foo.cc:44:43: 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("%lf",&K[i]);
                                           ^
/in/foo.cc:47:37: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   int x,y,v;scanf("%d%d%d",&x,&y,&v);
                                     ^
# 状态 耗时 内存占用
#1 Accepted 48ms 2.789 MiB
#2 Accepted 3ms 2.375 MiB
#3 Accepted 6ms 2.551 MiB
#4 Accepted 33ms 2.75 MiB
#5 Accepted 1ms 2.5 MiB
#6 Accepted 4ms 2.625 MiB
#7 Accepted 38ms 2.844 MiB
#8 Accepted 45ms 2.801 MiB
#9 Accepted 1ms 2.375 MiB
#10 Accepted 3ms 2.5 MiB
#11 Accepted 32ms 2.781 MiB
#12 Accepted 1ms 2.465 MiB
#13 Accepted 3ms 2.641 MiB
#14 Accepted 46ms 2.789 MiB
#15 Accepted 35ms 2.75 MiB
#16 Accepted 2ms 10.75 MiB
#17 Accepted 4ms 10.875 MiB
#18 Accepted 54ms 10.938 MiB
#19 Accepted 36ms 11.047 MiB
#20 Accepted 10ms 60.66 MiB
#21 Accepted 9ms 60.75 MiB
#22 Accepted 11ms 60.875 MiB
#23 Accepted 17ms 61.102 MiB
#24 Accepted 59ms 61.75 MiB
#25 Accepted 92ms 62.645 MiB

信息

递交者
类型
递交
题目
P2005 换教室
语言
C++
递交时间
2017-04-06 20:32:30
评测时间
2017-04-06 20:32:30
评测机
分数
100
总耗时
605ms
峰值内存
62.645 MiB