记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:30:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d %d %lld",&n,&m,&s); 
  ~~~~~^~~~~~~~~~~~~~~~~~~~~~~
foo.cc:33:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf(" %d %d",&w[i],&v[i]);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~
foo.cc:38:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf(" %d %d",&l[i],&r[i]);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 8ms 3.5 MiB
#2 Accepted 8ms 3.473 MiB
#3 Accepted 8ms 3.477 MiB
#4 Accepted 8ms 3.496 MiB
#5 Accepted 8ms 3.484 MiB
#6 Accepted 7ms 3.492 MiB
#7 Accepted 8ms 3.492 MiB
#8 Accepted 9ms 3.574 MiB
#9 Accepted 8ms 3.559 MiB
#10 Accepted 9ms 3.645 MiB
#11 Accepted 10ms 3.758 MiB
#12 Accepted 12ms 3.793 MiB
#13 Accepted 10ms 3.781 MiB
#14 Accepted 12ms 3.824 MiB
#15 Accepted 25ms 5.176 MiB
#16 Accepted 36ms 5.926 MiB
#17 Accepted 45ms 6.848 MiB
#18 Accepted 66ms 8.344 MiB
#19 Accepted 66ms 8.52 MiB
#20 Accepted 84ms 10.145 MiB

信息

递交者
类型
递交
题目
P1108 聪明的质检员
语言
C++
递交时间
2021-04-08 19:33:48
评测时间
2021-04-08 19:33:48
评测机
分数
100
总耗时
455ms
峰值内存
10.145 MiB