Record Detail

Wrong Answer

prepare (1/3): 
finished

make (2/3): 
g++ -std=c++11 -O2 -Wall  -o main.o -c main.cpp 
g++ -std=c++11 -O2 -Wall  -o functional.o -c functional.cpp 
functional.cpp: In function 'void AddMST(adjList_t*&, edge_t&, MSTRec_t&, MSTEdge_t&, int&, int&)':
functional.cpp:26:9: warning: variable 'v1' set but not used [-Wunused-but-set-variable]
     int v1, v2;
         ^~
g++ -std=c++11 -O2 -Wall  -o ioprocess.o -c ioprocess.cpp 
g++ -std=c++11 -O2 -Wall  -o main main.o functional.o ioprocess.o
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted 1ms 424.0 KiB
#2 Wrong Answer 1ms 380.0 KiB
#3 Wrong Answer 2ms 396.0 KiB
#4 Accepted 1ms 392.0 KiB
#5 Accepted 1ms 476.0 KiB

Information

Submit By
Type
Submission
Homework
Project Five: Graph Algorithms
Language
GNU Make
Submit At
2018-12-09 14:38:41
Judged At
2018-12-09 14:38:41
Judged By
Score
15
Total Time
9ms
Peak Memory
476.0 KiB