Record Detail

Accepted

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -O2 -o main.o -c main.cpp 
In file included from main.cpp:16:0:
binary_heap.h: In member function 'void binary_heap::percolate_down(int)':
binary_heap.h:169:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while(j<data.size()){
        ~^~~~~~~~~~~~
binary_heap.h:171:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   if((j+1)<data.size()){
      ~~~~~^~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:83:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(q2.size()==node_num){
     ~~~~~~~~~^~~~~~~~~~
g++ -g -Wall -O2 -o main main.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted 2ms 388.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Accepted 2ms 380.0 KiB
#4 Accepted 2ms 388.0 KiB
#5 Accepted 4ms 504.0 KiB

Information

Submit By
Type
Submission
Homework
Project Five: Graph Algorithms
Language
GNU Make
Submit At
2018-12-13 21:51:05
Judged At
2018-12-13 21:51:05
Judged By
Score
25
Total Time
12ms
Peak Memory
504.0 KiB