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.1 例 3」喷水装置
 - 语言
 - C++
 - 递交时间
 - 2021-06-30 16:21:20
 - 评测时间
 - 2021-06-30 16:21:20
 - 评测机
 
- 分数
 - 96
 - 总耗时
 - 174ms
 - 峰值内存
 - 1.129 MiB