记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:15:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s",line);
  ^~~~~~~~~~~~~~~~
foo.c: In function 'cal':
foo.c:121:19: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized]
  stack_n[top_n++] = res;
  ~~~~~~~~~~~~~~~~~^~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Wrong Answer Read -55, expect -30. 0ms 256.0 KiB
#4 Accepted 0ms 256.0 KiB
#5 Wrong Answer Read -60, expect -35. 0ms 256.0 KiB

信息

递交者
类型
递交
题目
中缀表达式值(expr)
题目数据
下载
语言
C
递交时间
2021-04-04 21:24:03
评测时间
2021-04-04 21:24:03
评测机
分数
60
总耗时
4ms
峰值内存
256.0 KiB