题解列表

筛选

【绝对值排序】 (C语言代码)

摘要:解题思路:将正数和负数分开排序输出注意事项:参考代码:#include<stdio.h>#include<stdlib.h>int main(){   int n[100],a[100][100],b……