Record Detail

Time Exceeded

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -o main.o -c main.cpp 
main.cpp: In function 'int main(int, char**)':
main.cpp:70:9: warning: 'pq' may be used uninitialized in this function [-Wmaybe-uninitialized]
  delete pq;
         ^~
g++ -g -Wall -o simulation.o -c simulation.cpp 
simulation.cpp: In member function 'void virusSimulation::run()':
simulation.cpp:46:10: warning: deleting object of polymorphic class type 'infect' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
   delete Ievent;
          ^~~~~~
simulation.cpp:52:11: warning: deleting object of abstract class type 'event' which has non-virtual destructor will cause undefined behavior [-Wdelete-non-virtual-dtor]
    delete temp;
           ^~~~
simulation.cpp:58:10: warning: deleting object of abstract class type 'event' which has non-virtual destructor will cause undefined behavior [-Wdelete-non-virtual-dtor]
   delete temp;
          ^~~~
g++ -g -Wall -o event.o -c event.cpp 
g++ -g -Wall -o main main.o simulation.o event.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted 3ms 624.0 KiB
#2 Accepted 3ms 712.0 KiB
#3 Accepted 3ms 680.0 KiB
#4 Accepted 3ms 708.0 KiB
#5 Accepted 3ms 820.0 KiB
#6 Accepted 3ms 792.0 KiB
#7 Accepted 3ms 588.0 KiB
#8 Accepted 3ms 696.0 KiB
#9 Accepted 2ms 712.0 KiB
#10 Accepted 2ms 616.0 KiB
#11 Accepted 3ms 612.0 KiB
#12 Accepted 3ms 820.0 KiB
#13 Accepted 3ms 544.0 KiB
#14 Accepted 2ms 852.0 KiB
#15 Accepted 3ms 668.0 KiB
#16 Accepted 3ms 716.0 KiB
#17 Accepted 2ms 612.0 KiB
#18 Accepted 3ms 728.0 KiB
#19 Accepted 8ms 672.0 KiB
#20 Accepted 7ms 788.0 KiB
#21 Accepted 147ms 708.0 KiB
#22 Accepted 147ms 736.0 KiB
#23 Accepted 32ms 760.0 KiB
#24 Accepted 32ms 796.0 KiB
#25 Time Exceeded (-9) ≥2203ms ≥940.0 KiB
#26 Time Exceeded (-9) ≥2202ms ≥932.0 KiB
#27 Accepted 151ms 1.086 MiB
#28 Accepted 152ms 1.152 MiB
#29 Accepted 4ms 752.0 KiB
#30 Accepted 5ms 712.0 KiB
#31 Accepted 307ms 2.844 MiB
#32 Accepted 305ms 2.746 MiB
#33 Accepted 1201ms 784.0 KiB
#34 Accepted 1278ms 728.0 KiB
#35 Accepted 1518ms 6.555 MiB
#36 Accepted 1568ms 6.598 MiB
#37 Accepted 1127ms 3.434 MiB
#38 Accepted 1070ms 3.57 MiB

Information

Submit By
Type
Submission
Homework
Project 3: Priority Queue
Language
GNU Make
Submit At
2020-07-12 22:54:58
Judged At
2020-08-11 07:48:14
Judged By
Score
180
Total Time
≥13530ms
Peak Memory
≥6.598 MiB