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:18:10: warning: variable 'start' set but not used [-Wunused-but-set-variable]
clock_t start, end;
^~~~~
main.cpp:18:17: warning: variable 'end' set but not used [-Wunused-but-set-variable]
clock_t start, end;
^~~
main.cpp: In function 'void selection(int*, int)':
main.cpp:82:12: warning: 'j' may be used uninitialized in this function [-Wmaybe-uninitialized]
A[k] = A[i];
^
g++ -g -Wall -O2 -o main main.o
finished
clean (3/3):
finished
all task finished, build successfully