Toggle navigation
Courses
Questions
Tags
Users
AD 20161027 期中考 9
0
like
0
dislike
1.9k
views
請設計一個程式,由使用者輸入一個數,程式會找出其所有因數後由小到大輸出。
sample input:
12
sample output
1 2 3 4 6 12
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AD
by
Shun-Po
(
18k
points)
ID: 15445 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
reshown
Oct 27, 2016
by
Shun-Po
|
1.9k
views
comment
Please
log in
or
register
to add a comment.
33
Answers
0
like
0
dislike
Hidden content!#include <stdio.h>
#include <stdlib.h>
int main()
{
* ** * * * * * n = 0 , i = 0 ;
* * * * * * * * ** * **** ** * ** * * **
*** * * * * * * ** * * * **
* * * ** * ** *** * * * * i = 1 ; i <= n ; i++ )
* ** * ** * * ** *
* * ** ** * ** *** * ** ** * * * * ** ** * * ** * * * * * *
* * * * * * ** ***** * * ** *** * * * ** * ** *** * *** * * * ** * *** * * * ** * ** ",i);
* ** * ** ** * * **** * *
* ** ** * * * * * * * ** * * ** * * * * * *
*** * * * ** * ** ** * * 0;
}
answered
Oct 27, 2016
by
Phoenix666
(
-162
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!#include <stdio.h>
#include <stdlib.h>
int main()
{
*** *** * ** * * * * * a,i,j;