Record Detail

Wrong Answer

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -O2 -c lab3.cpp
lab3.cpp: In function 'int main(int, char* const*)':
lab3.cpp:71:37: warning: 'PQ' may be used uninitialized in this function [-Wmaybe-uninitialized]
  priority_queue<grid_t, compare_t> *PQ;
                                     ^~
g++ -g -Wall -O2 -o main lab3.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Wrong Answer 4ms 616.0 KiB
#2 Wrong Answer 3ms 660.0 KiB
#3 Wrong Answer 3ms 716.0 KiB
#4 Wrong Answer 4ms 676.0 KiB
#5 Wrong Answer 2ms 776.0 KiB
#6 Wrong Answer 2ms 720.0 KiB

Information

Submit By
Type
Submission
Homework
Lab05-PriorityQueues
Language
GNU Make
Submit At
2019-11-09 21:44:22
Judged At
2019-11-09 21:44:22
Judged By
Score
0
Total Time
20ms
Peak Memory
776.0 KiB