Record Detail

Accepted

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -o main.o -c main.cpp
In file included from main.cpp:6:0:
unsorted_heap.h: In instantiation of 'const TYPE& unsorted_heap<TYPE, COMP>::get_min() const [with TYPE = point; COMP = point::comp]':
main.cpp:148:1:   required from here
unsorted_heap.h:95:10: warning: reference to local variable 'temp' returned [-Wreturn-local-addr]
     TYPE temp = data[1];
          ^~~~
g++ -g -Wall -o main main.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted 3ms 1.863 MiB
#2 Accepted 3ms 1.844 MiB
#3 Accepted 3ms 1.723 MiB
#4 Accepted 3ms 1.84 MiB
#5 Accepted 3ms 1.82 MiB
#6 Accepted 3ms 1.723 MiB

Information

Submit By
Type
Submission
Homework
Lab05-PriorityQueues
Language
GNU Make
Submit At
2019-11-13 01:30:52
Judged At
2019-11-13 01:30:52
Judged By
Score
30
Total Time
21ms
Peak Memory
1.863 MiB