/ 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);int id;int x,y;
  ~~~~~^~~~~~~~~
foo.cc:104: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:133: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:114:4: warning: 'id' may be used uninitialized in this function [-Wmaybe-uninitialized]
    ++id;
    ^~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-11T09:45:48.567Z","handle":"2020-08-11T09:45:48.567Z","cache_start":"2020-08-11T09:45:48.575Z","read_cases":"2020-08-11T09:45:48.685Z","judge":"2020-08-11T09:45:48.686Z","done":"2020-08-11T09:45:50.585Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 读取到 0 ,应为 1 1ms 256.0 KiB
#2 Wrong Answer 读取到 0 ,应为 15 1ms 256.0 KiB
#3 Wrong Answer 读取到 0 ,应为 71 10ms 4.809 MiB
#4 Wrong Answer 读取到 0 ,应为 2 28ms 2.598 MiB
#5 Wrong Answer 读取到 0 ,应为 317 36ms 8.449 MiB
#6 Wrong Answer 读取到 0 ,应为 417 12ms 5.488 MiB
#7 Wrong Answer 读取到 624 ,应为 16 31ms 5.0 MiB
#8 Wrong Answer 读取到 0 ,应为 1646 39ms 9.227 MiB
#9 Wrong Answer 读取到 1 ,应为 162 39ms 7.156 MiB
#10 Wrong Answer 读取到 0 ,应为 10998 44ms 9.57 MiB

信息

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