Runtime Error
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:10:12: warning: variable 'time' set but not used [-Wunused-but-set-variable] double time=0.01; ^~~~ main.cpp: In function 'int Dmedian(int*, int)': main.cpp:104:9: warning: unused variable 'i' [-Wunused-variable] int i=0; ^ 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 Two: Linear-Time Selection
- Language
- GNU Make
- Submit At
- 2018-10-18 12:47:21
- Judged At
- 2018-10-22 02:49:11
- Judged By
- Score
- 740
- Total Time
- 5456ms
- Peak Memory
- 8.449 MiB