Accepted
prepare (1/3): finished make (2/3): g++ -g -Wall -O2 -o main.o -c main.cpp main.cpp: In function 'int main()': main.cpp:24:43: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<"The order-"<<order<<" item is "<<result; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ g++ -g -Wall -O2 -o selection.o -c selection.cpp g++ -g -Wall -O2 -o main main.o selection.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-20 20:09:21
- Judged At
- 2018-10-22 02:52:43
- Judged By
- Score
- 800
- Total Time
- 10342ms
- Peak Memory
- 24.441 MiB