Record Detail

Compile Error

/in/sam.cpp:57:42: error: 'onoe' does not name a type; did you mean 'nor'?
 void pushI(Dlist<int> &stack, int input);onoe
                                          ^~~~
                                          nor
/in/sam.cpp: In function 'int main(int, char**)':
/in/sam.cpp:103:4: error: 'printinfo' was not declared in this scope
    printinfo(stack, instr_list, memory, flag);
    ^~~~~~~~~
/in/sam.cpp:103:4: note: suggested alternative: 'printf'
    printinfo(stack, instr_list, memory, flag);
    ^~~~~~~~~
    printf
/in/sam.cpp:106:2: error: 'printinfo' was not declared in this scope
  printinfo(stack, instr_list, memory, flag);
  ^~~~~~~~~
/in/sam.cpp:106:2: note: suggested alternative: 'printf'
  printinfo(stack, instr_list, memory, flag);
  ^~~~~~~~~
  printf
/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
2021-08-03 00:12:12
Judged At
2021-08-03 00:12:12
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes