Record Detail

Accepted

prepare (1/3): 
finished

make (2/3): 
g++ -std=c++11 -Wall -o main main.cpp 
main.cpp: In function 'bool check_mst(std::vector<node*>)':
main.cpp:64:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for (int i = 0; i< T.size(); i++) {
                  ~^~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:149:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if(T.size()!=N||!check_mst(T)) cout<<"No MST exists!"<<endl;
     ~~~~~~~~^~~
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted 2ms 336.0 KiB
#2 Accepted 24ms 416.0 KiB
#3 Accepted 2ms 404.0 KiB
#4 Accepted 2ms 500.0 KiB
#5 Accepted 3ms 476.0 KiB

Information

Submit By
Type
Submission
Homework
Project 5: Graph Algorithms
Language
GNU Make
Submit At
2020-08-10 00:13:22
Judged At
2020-08-10 00:13:22
Judged By
Score
100
Total Time
34ms
Peak Memory
500.0 KiB