记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:84:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   84 |  scanf("%s", str1);
      |  ~~~~~^~~~~~~~~~~~
foo.cc:86:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   86 |  scanf("%s", str2);
      |  ~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 2ms 384.0 KiB

信息

递交者
类型
自测
题目
DS5-2 根据先序和中序序列创建二叉树
语言
C++
递交时间
2021-12-08 20:05:52
评测时间
2021-12-08 20:05:52
评测机
分数
0
总耗时
2ms
峰值内存
384.0 KiB