Record Detail

Wrong Answer

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:141: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 Wrong Answer 2ms 608.0 KiB
#2 Wrong Answer 3ms 616.0 KiB
#3 Accepted 3ms 692.0 KiB
#4 Wrong Answer 2ms 732.0 KiB
#5 Accepted 2ms 700.0 KiB
#6 Wrong Answer 2ms 692.0 KiB

Information

Submit By
Type
Submission
Homework
Lab05-PriorityQueues
Language
GNU Make
Submit At
2019-11-09 21:36:02
Judged At
2019-11-09 21:36:02
Judged By
Score
10
Total Time
16ms
Peak Memory
732.0 KiB