Memory Exceeded
prepare (1/3): finished make (2/3): g++ -g -Wall -O2 -c main.cpp In file included from main.cpp:3:0: unsorted_heap.h: In instantiation of 'const TYPE& unsorted_heap<TYPE, COMP>::get_min() const [with TYPE = point; COMP = compare]': main.cpp:250:1: required from here unsorted_heap.h:84:7: warning: reference to local variable 'min' returned [-Wreturn-local-addr] TYPE min = data[0]; ^~~ 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-08 23:50:01
- Judged At
- 2018-11-14 01:28:46
- Judged By
- Score
- 575
- Total Time
- ≥130451ms
- Peak Memory
- ≥256.0 MiB