Accepted
prepare (1/3): finished make (2/3): g++ -g -Wall -O2 -o main.o -c main.cpp main.cpp: In function 'int main(int, const char**)': main.cpp:73:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (List.size() == node_num) cout << "The graph is a DAG" << endl; ~~~~~~~~~~~~^~~~~~~~~~~ g++ -g -Wall -O2 -o main main.o finished clean (3/3): finished all task finished, build successfully
Information
- Submit By
- Type
- Submission
- Homework
- Project Five: Graph Algorithms
- Language
- GNU Make
- Submit At
- 2018-12-08 00:23:40
- Judged At
- 2018-12-08 00:23:40
- Judged By
- Score
- 25
- Total Time
- 8ms
- Peak Memory
- 448.0 KiB