Accepted
foo.cc: In member function 'void SeqQueue::top()':
foo.cc:18:17: warning: NULL used in arithmetic [-Wpointer-arith]
   18 |    if (data[i]==NULL)
      |                 ^~~~
foo.cc: In member function 'void SeqQueue::Val(int)':
foo.cc:32:19: warning: NULL used in arithmetic [-Wpointer-arith]
   32 |    if (data[i] == NULL)
      |                   ^~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - DS2-2 后缀表达式的求值
 - 比赛
 - 中北 数据结构日常作业
 - 语言
 - C++
 - 递交时间
 - 2021-12-22 17:58:33
 - 评测时间
 - 2021-12-22 17:58:33
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 12ms
 - 峰值内存
 - 384.0 KiB