/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:8:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d",&n,&m,&cnt);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~
foo.cc:9:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=0;i<n;++i) scanf("%d%d",&delt[i],&minu[i]);
                       ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:14:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",&p,&low,&high);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 1ms 384.0 KiB
#6 Accepted 1ms 384.0 KiB
#7 Accepted 1ms 384.0 KiB
#8 Accepted 1ms 384.0 KiB
#9 Accepted 1ms 512.0 KiB
#10 Accepted 2ms 512.0 KiB
#11 Accepted 4ms 2.5 MiB
#12 Accepted 6ms 4.672 MiB
#13 Accepted 4ms 2.395 MiB
#14 Accepted 5ms 4.75 MiB
#15 Accepted 26ms 24.566 MiB
#16 Accepted 90ms 77.25 MiB
#17 Accepted 38ms 34.406 MiB
#18 Accepted 81ms 77.203 MiB
#19 Accepted 53ms 51.172 MiB
#20 Accepted 83ms 77.148 MiB

信息

递交者
类型
递交
题目
P1907 飞扬的小鸟
语言
C++
递交时间
2020-11-30 22:43:13
评测时间
2020-11-30 22:43:13
评测机
分数
100
总耗时
411ms
峰值内存
77.25 MiB