单选题
有以下函数模版 #include using namespace std; template void S { T temp; temp = x; x = y; y = temp;} template void SS { int min; int i, j; for { min=i; for if min=j; S; } } 其功能是将A数组中的数按照由小到大的顺序排列,请为横线处选择合适的程序( )