/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:22:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",s1);
  ~~~~~^~~~~~~~~
foo.cc:23:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",s2);
  ~~~~~^~~~~~~~~
foo.cc: In function 'void finds(int, int, int, int)':
foo.cc:17:7: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized]
  finds(t+1,xe,ys+t-xs+1,ye);
  ~~~~~^~~~~~~~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-15T14:16:00.086Z","handle":"2020-08-15T14:16:00.086Z","done":"2020-08-15T14:16:01.558Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 0a1 > ABCD 1ms 896.0 KiB

信息

递交者
类型
自测
题目
P1132 求二叉树的先序序列
语言
C++
递交时间
2020-08-15 22:16:00
评测时间
2020-08-15 22:16:00
评测机
分数
0
总耗时
1ms
峰值内存
896.0 KiB