Wrong Answer
prepare (1/3): finished make (2/3): g++ -c main.cpp -O2 In file included from main.cpp:5:0: unsorted_heap.h: In instantiation of 'const TYPE& unsorted_heap<TYPE, COMP>::get_min() const [with TYPE = cell; COMP = compare_t]': main.cpp:105:1: required from here unsorted_heap.h:84:10: warning: reference to local variable 'min' returned [-Wreturn-local-addr] TYPE min=data[0]; ^~~ g++ -o main main.o -O2 finished clean (3/3): finished all task finished, build successfully
Information
- Submit By
- Type
- Submission
- Homework
- Project Three: Priority Queue and its Application
- Language
- GNU Make
- Submit At
- 2018-11-11 17:02:58
- Judged At
- 2018-11-14 00:49:51
- Judged By
- Score
- 740
- Total Time
- 81726ms
- Peak Memory
- 115.75 MiB