提交时间:2024-05-05 17:05:59
运行 ID: 145766
for (int q=1;q<=n;q++){ if (a[q]>a[q+1]){ swap(a[q],a[q+1]); } }