Runtime Error
prepare (1/3): finished make (2/3): g++ -g -Wall -O2 -o p1.o -c p1.cpp g++ -g -Wall -O2 -o sortings.o -c sortings.cpp sortings.cpp: In function 'void mergesort(int*, int, int)': sortings.cpp:77:8: warning: statement has no effect [-Wunused-value] for(j;j<sizeB;j++){ ^ sortings.cpp:82:8: warning: statement has no effect [-Wunused-value] for(i;i<sizeA;i++){ ^ g++ -g -Wall -O2 -o main p1.o sortings.o finished clean (3/3): finished all task finished, build successfully
Information
- Submit By
- Type
- Submission
- Homework
- Project One: Sorting
- Language
- GNU Make
- Submit At
- 2018-09-30 12:58:21
- Judged At
- 2018-10-04 00:53:17
- Judged By
- Score
- 730
- Total Time
- 35315ms
- Peak Memory
- 8.18 MiB