Record Detail

Accepted

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -std=c++11 -O2 main.cpp -o main 
In file included from main.cpp:10:0:
fib_heap.h: In instantiation of 'fibnode<TYPE>::fibnode(TYPE) [with TYPE = node*]':
fib_heap.h:117:25:   required from 'void fib_heap<TYPE, COMP>::enqueue(const TYPE&) [with TYPE = node*; COMP = compare_t]'
main.cpp:161:1:   required from here
fib_heap.h:23:20: warning: 'fibnode<node*>::children' will be initialized after [-Wreorder]
     fibnode<TYPE> *children;
                    ^~~~~~~~
fib_heap.h:20:20: warning:   'fibnode<node*>* fibnode<node*>::parent' [-Wreorder]
     fibnode<TYPE> *parent;
                    ^~~~~~
fib_heap.h:24:5: warning:   when initialized here [-Wreorder]
     fibnode(TYPE value):data(value), rank(0),left(this),
     ^~~~~~~
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted 3ms 708.0 KiB
#2 Accepted 2ms 628.0 KiB
#3 Accepted 3ms 684.0 KiB
#4 Accepted 4ms 724.0 KiB
#5 Accepted 2ms 548.0 KiB
#6 Accepted 2ms 804.0 KiB

Information

Submit By
Type
Submission
Homework
Lab05-PriorityQueues
Language
GNU Make
Submit At
2019-11-11 14:55:16
Judged At
2019-11-11 14:55:16
Judged By
Score
30
Total Time
19ms
Peak Memory
804.0 KiB