/ new_bzoj /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:29:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:32:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&x);
   ~~~~~^~~~~~~~~
foo.cc:39:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:42:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&x,&y);
   ~~~~~^~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 0, expect 1. 16ms 708.0 KiB
#2 Wrong Answer Read 0, expect 2. 17ms 796.0 KiB
#3 Wrong Answer Read 2, expect 3. 16ms 792.0 KiB
#4 Wrong Answer Read 999, expect 1000. 16ms 856.0 KiB
#5 Wrong Answer Read 1661, expect 2127. 19ms 960.0 KiB

信息

递交者
类型
递交
题目
HH的项链
语言
C++
递交时间
2021-03-15 07:34:43
评测时间
2021-03-15 07:34:43
评测机
分数
0
总耗时
87ms
峰值内存
960.0 KiB