Accepted
prepare (1/3): finished make (2/3): g++ -g -Wall -O2 -o main.o -c main.cpp In file included from main.cpp:4:0: unsorted_heap.h: In instantiation of 'const TYPE& unsorted_heap<TYPE, COMP>::get_min() const [with TYPE = point; COMP = compare_t]': main.cpp:244:1: required from here unsorted_heap.h:90:7: warning: reference to local variable 'minNum' returned [-Wreturn-local-addr] TYPE minNum ; ^~~~~~ g++ -g -Wall -O2 -o main main.o 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 13:49:47
- Judged At
- 2018-11-14 00:32:27
- Judged By
- Score
- 800
- Total Time
- 76269ms
- Peak Memory
- 134.984 MiB