Record Detail

Wrong Answer

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -O2 -std=c++11 -o main.o -c main.cpp
g++ -g -Wall -O2 -std=c++11 -o graph.o -c graph.cpp
graph.cpp: In member function 'int Graph::PrimMST()':
graph.cpp:93:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i = 1; i < this->vertices; ++i) {
                     ~~^~~~~~~~~~~~~~~~
g++ -g -Wall -O2 -std=c++11 -o main main.o graph.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted 2ms 448.0 KiB
#2 Accepted 1ms 384.0 KiB
#3 Wrong Answer 3ms 388.0 KiB
#4 Accepted 3ms 392.0 KiB
#5 Accepted 3ms 516.0 KiB

Information

Submit By
Type
Submission
Homework
Project Five: Graph Algorithms
Language
GNU Make
Submit At
2018-12-14 01:16:44
Judged At
2018-12-14 01:16:44
Judged By
Score
20
Total Time
14ms
Peak Memory
516.0 KiB