#32752: 9ms 308kb


qet632207669@gmail.com (O Y)

學校 : 道明中學
編號 : 201261
來源 : [163.32.59.221]
最後登入時間 :
2023-06-01 19:51:27
a104. 排序 -- yoooooooo | From: [42.74.19.125] | 發表日期 : 2022-11-03 15:13

#include<iostream>
#include<algorithm>
using namespace std;

int main(){
    int n;
    while(cin >> n){
        int s[n];
        for(int i=0;i<n;i++){
            cin >> s[i];
        }
        sort(s,s+n);
       自己想如何output
        cout << endl;
    }
}

 
ZeroJudge Forum