Toggle navigation
Courses
Questions
Tags
Users
AC 20161027 期中考 8
1
like
0
dislike
937
views
請設計一程式,將使用者輸入的數排序並剔除重複的數後輸出。使用者輸入的第一個數字N代表接下來會有多少個數字會被輸入,程式會將接下來的N個數由小到大排好,剔除重複的數後輸出。
sample input:
10
5 3 7 6 4 5 3 7 6 4
sample output
3 4 5 6 7
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15442 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
edited
Oct 27, 2016
by
Shun-Po
|
937
views
comment
Please
log in
or
register
to add a comment.
17
Answers
0
like
0
dislike
Hidden content!* * * * *
int main()
{
** * * ****** * * **** = 0, c = 0, box = 0, i = 0;