Record Detail

Accepted

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:70: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 Accepted 2ms 720.0 KiB
#2 Accepted 2ms 676.0 KiB
#3 Accepted 2ms 696.0 KiB
#4 Accepted 2ms 672.0 KiB
#5 Accepted 2ms 776.0 KiB
#6 Accepted 2ms 720.0 KiB

Information

Submit By
Type
Submission
Homework
Lab05-PriorityQueues
Language
GNU Make
Submit At
2019-11-08 16:47:57
Judged At
2019-11-08 16:47:57
Judged By
Score
30
Total Time
15ms
Peak Memory
776.0 KiB