#include #include int* data; int* buf; int split(int st, int ed){ int i, stp, edp; stp=st; edp=ed; for(i=st; i<=ed; i++){ if(data[i]