Record Detail

Compile Error

/in/sam.cpp: In function 'int main(int, char**)':
/in/sam.cpp:190:9: error: unused variable 'stacksize' [-Werror=unused-variable]
     int stacksize;
         ^~~~~~~~~
/in/sam.cpp:191:9: error: unused variable 'queuesize' [-Werror=unused-variable]
     int queuesize;
         ^~~~~~~~~
/in/sam.cpp:192:9: error: unused variable 'temp' [-Werror=unused-variable]
     int temp;
         ^~~~
cc1plus: all warnings being treated as errors
/in/compile/Makefile:16: recipe for target 'buildStackMachine' failed
make: *** [buildStackMachine] Error 1

Information

Submit By
Type
Submission
Homework
Project 5
Language
C++
Submit At
2023-07-26 00:50:23
Judged At
2023-07-26 00:50:23
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes