/ WHOJ /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:26:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   26 |     scanf("%4d%2d%2d", &y1, &m1, &d1);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:30:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   30 |     scanf("%4d%2d%2d", &y2, &m2, &d2);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
Found 5 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Wrong Answer Read 1, expect 0. 2ms 384.0 KiB
#4 Wrong Answer Read 362123, expect 362122. 2ms 384.0 KiB
#5 Wrong Answer Read 3287182, expect 3287181. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1182 三维物体的表面积
题目数据
下载
语言
C++
递交时间
2022-06-04 21:19:38
评测时间
2022-06-04 21:19:38
评测机
分数
40
总耗时
13ms
峰值内存
384.0 KiB