#include #include #define LENGTH 1000 // selection sort int main(int argc, char**argv) { int a[LENGTH]; for (int t=0;t