Accepted

foo.cc: In function 'int main()':
foo.cc:19:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&T);
     ~~~~~^~~~~~~~~
foo.cc:25:11: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
      scanf("%d%d%lf",&n,&L,&W);
      ~~~~~^~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 408.0 KiB
#3 Accepted 5ms 452.0 KiB
#4 Accepted 61ms 1.09 MiB
#5 Accepted 40ms 920.0 KiB
#6 Accepted 61ms 1.129 MiB

信息

递交者
类型
递交
题目
「一本通 1.1 例 3」喷水装置
语言
C++
递交时间
2021-06-30 16:21:20
评测时间
2021-06-30 16:21:20
评测机
分数
96
总耗时
174ms
峰值内存
1.129 MiB