×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
分類題庫
解題動態
排行榜
討論區
競賽區
登入
註冊
發表新討論
#38391: c++ans 非常厲害
aidenlin766909@gmail.com
(aiden lin)
學校 : 不指定學校
編號 : 245101
×
傳送站內訊息
傳給:
主題:
內容:
來源 : [1.163.104.115]
最後登入時間 :
2024-07-28 19:30:56
a104.
排序
--
yoooooooo
| From: [1.163.120.25] | 發表日期 : 2023-11-18 08:29
#include <iostream>
#include <algorithm>
using namespace std;
int main()
{
int n, a[1000];
while (cin >> n)
{
for (int i=0; i<n; i++)
{
cin >> a[i];
}
sort(a,a+n);
for (int i=0; i<n; i++)
{
cout << a[i] <<" ";
}
cout <<endl;
}
}
#include <iostream>
#include <algorithm>
using namespace std;
int main()
{
int n, a[1000];
while (cin >> n)
{
for (int i=0; i<n; i++)
{
cin >> a[i];
}
sort(a,a+n);
for (int i=0; i<n; i++)
{
cout << a[i] <<" ";
}
cout <<endl;
}
}
ZeroJudge Forum