/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'void work()':
foo.cc:101:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:105:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&x,&y);add2(y,x);
   ~~~~~^~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:134:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",s);
  ~~~~~^~~~~~~~
foo.cc: In function 'void work()':
foo.cc:115:4: warning: 'idd' may be used uninitialized in this function [-Wmaybe-uninitialized]
    ++idd;
    ^~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-11T09:51:55.343Z","handle":"2020-08-11T09:51:55.343Z","done":"2020-08-11T09:51:56.721Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 读取到 0 ,应为 2 1ms 2.25 MiB

信息

递交者
类型
自测
题目
P1720 阿狸的打字机
语言
C++
递交时间
2020-08-11 17:51:55
评测时间
2020-08-11 17:51:55
评测机
分数
0
总耗时
1ms
峰值内存
2.25 MiB