Record Detail

Accepted

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -O2 -o main.o -c main.cpp 
main.cpp: In function 'int main()':
main.cpp:54:9: warning: unused variable 'curtime' [-Wunused-variable]
     int curtime = 0;
         ^~~~~~~
main.cpp:154:9: warning: unused variable 'current' [-Wunused-variable]
     int current = v.second.ID;
         ^~~~~~~
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 372.0 KiB
#2 Accepted 2ms 432.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 392.0 KiB

Information

Submit By
Type
Submission
Homework
Project Five: Graph Algorithms
Language
GNU Make
Submit At
2018-12-13 18:40:25
Judged At
2018-12-13 18:40:25
Judged By
Score
25
Total Time
10ms
Peak Memory
432.0 KiB