记录详情

Compile Error

foo.cc:12:9: error: 'string' does not name a type
   12 |         string operatorSym;
      |         ^~~~~~
foo.cc:13:9: error: 'string' does not name a type
   13 |         string infix;
      |         ^~~~~~
foo.cc:16:9: error: 'vector' does not name a type
   16 |         vector<string> postfix;
      |         ^~~~~~
foo.cc:17:9: error: 'stack' does not name a type
   17 |         stack<char> symStack;
      |         ^~~~~
foo.cc:18:9: error: 'stack' does not name a type
   18 |         stack<double> figStack;
      |         ^~~~~
foo.cc:19:9: error: 'string' does not name a type
   19 |         string stdInfix;
      |         ^~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
3-5 计算器
语言
C++
递交时间
2023-08-15 16:55:50
评测时间
2023-08-15 16:55:50
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes