Record Detail

Accepted

prepare (1/3): 
finished

make (2/3): 
g++ -std=c++11 -O2 -g -Wall -c main.cpp
main.cpp: In function 'void isDAG(Graph&, int)':
main.cpp:74:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if(List.size() == N) cout << "The graph is a DAG" << endl;
        ~~~~~~~~~~~~^~~~
main.cpp: In function 'void MST(Graph&)':
main.cpp:104:13: warning: unused variable 'key' [-Wunused-variable]
         int key = next_in->key;
             ^~~
g++ -std=c++11 -O2 -g -Wall -o main main.o
finished

clean (3/3): 
finished

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

Information

Submit By
Type
Submission
Homework
Project 5: Graph Algorithms
Language
GNU Make
Submit At
2020-08-08 09:16:49
Judged At
2020-08-08 09:16:49
Judged By
Score
100
Total Time
9ms
Peak Memory
512.0 KiB