Record Detail

Compile Error

/in/calc.cpp:169:17: error: cannot jump from switch statement to this case label
                case 'q':
                ^
/in/calc.cpp:161:22: note: jump bypasses variable initialization
                int *curr=stack.removeFront();
                     ^
/in/calc.cpp:158:22: note: jump bypasses variable initialization
                int *first=stack.removeFront();
                     ^
1 error generated.
/in/Compile/Makefile:44: recipe for target 'buildCalc' failed
make: *** [buildCalc] Error 1

Information

Submit By
Type
Submission
Homework
Project5
Language
C++
Submit At
2024-04-29 21:05:25
Judged At
2024-04-29 21:05:25
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes