Record Detail

Compile Error

/in/calc.cpp:16:13: error: use of undeclared identifier 'RPN'
            RPN(input, list);
            ^
/in/calc.cpp:140:31: error: use of undeclared identifier 'str'
                if (i == 0 && str[0] == '-')
                              ^
2 errors generated.
/in/Compile/Makefile:44: recipe for target 'buildCalc' failed
make: *** [buildCalc] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2022-12-17 01:33:52
Judged At
2022-12-17 01:33:52
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes