Accepted
prepare (1/3): finished make (2/3): g++ -g -Wall -O2 -o my-select.o -c my-select.cpp g++ -g -Wall -O2 -o quick-sort.o -c quick-sort.cpp g++ -g -Wall -O2 -o rselect.o -c rselect.cpp g++ -g -Wall -O2 -o dselect.o -c dselect.cpp g++ -g -Wall -O2 -o main my-select.o quick-sort.o rselect.o dselect.o finished clean (3/3): finished all task finished, build successfully
Information
- Submit By
- Type
- Submission
- Homework
- Project Two: Linear-Time Selection
- Language
- GNU Make
- Submit At
- 2018-10-11 00:16:05
- Judged At
- 2018-10-22 02:46:05
- Judged By
- Score
- 800
- Total Time
- 10622ms
- Peak Memory
- 24.363 MiB