Toggle navigation
Courses
Questions
Tags
Users
AC 20161027 期中考 9
1
like
0
dislike
3k
views
請設計一個程式,由使用者輸入一個數,程式會找出其所有因數後由小到大輸出。
sample input:
12
sample output
1 2 3 4 6 12
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15446 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
reshown
Oct 27, 2016
by
Shun-Po
|
3k
views
comment
Please
log in
or
register
to add a comment.
37
Answers
0
like
0
dislike
Hidden content!
** * *
int main()
{
** * ****** *** ** a, i;
** * *** ** ***** * ** ** &a);
* * * * * * *** ** ** = 1;i <= a;i ++)
* * ** ** * * **** * *****
* * * ***** ** ** * ** * * ** * *** * * * *** % i == 0)
* * **** * * * ** **** * * * * *** ** ",i);
* ** *** * ** * ** *** *
***** * * * *** * * * ** ** * ** *** * * *** * * * 0;
}
answered
Oct 27, 2016
by
410425044
(
-114
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include<stdio.h>
int main()
{
* * * * * * *** ** * * a, i;
** * *** * * * * ** * *** &a);
* **** ** * * ** **** * * = 1;i <= a;i ++)
* *** ***** * * *** **
* ** * ** * * * * ****** ***** * % i == 0)
* * **** * ** * * * * * * ** * *** **** * ** ** * * *
**** **** * * *
** * ** * * ** ** * ***** ** * * * ****** ** * * * 0;
}
answered
Oct 27, 2016
by
410425044
(
-114
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
*** ** * * *
int main ()
{
* *** ** * * num,j;
* * ** ** *** * * * * * * * *** * &num);
* * * ** * * ** * **** * **
* **** * ** * * **** ** *** * ** * * == 0){
*** * * *** *** * * * ** *** * * * ("%d ",j);
**** ** * **** ** * ** * *** *
* ** ** ** * *
}
answered
Oct 27, 2016
by
shihemi
(
-82
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include<stdio.h>
main()
{
* * ** *** ** * i, j;
***** * * * ***** ** * * **** * ** &i );
**** ** * **** * * * *** *** * j++)
***** *** *
* ** * *** ** *** *
* * ** ** * **** *** **
* ** * ** ** ** * *** *
* **** * *** * * ** * **** * ", j);
** ** **
* ** * * * * * * *** 0;
}
answered
Oct 27, 2016
by
410523040
(
-40
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include * * * ** **
int main()
{
** **** *** * ** ** num,i;
* * **** * * *** ** *** ******** *
** ** * * ** * * (i=1;i<=num;i++)
* ** ********** * ***
****** * ** ** *** *** ** ** * * * ** *
** * **** *** * ** ** *** * * ** * **** * *** * **** * ",i);
*** ** * * **** *
}
answered
Oct 27, 2016
by
410425016
(
-124
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;
*** ** * * ******** ** * * * * *****
* **** ** ** * * * * * *** * *** * * **
{
* * * ** * *** **** *** * ** * ***** *** * *****
******* * * * ** * * * ** ***** * * * ** * * ****
***** ** * ***** *** * ***** *** ***** * ** * * * ***** * *** **** *** ** * * ",i);
** ** * **** ** ** *** * ** *** ** * ***** * * * ****
*** * * * * * * *
* ** * * * **** *** * * 0;
}
answered
Oct 27, 2016
by
林佳慧
(
-85
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
***** ** * *
main()
{
** *** ** * i, j;
** **** * *** * **** **** *** * *** &i );
* * ***** * ** ** ** ** j++)
* ** *** * ****
* * * * * * ***** * * **
************* * ** * *** ** *** ", j);
* * *** ** * **
* ** * **** * ** * * 0;
}
answered
Oct 27, 2016
by
410523040
(
-40
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
** * ** **
* ** ** ** ** ** * *
int main()
{
int a = * * ** = {0},i = 0,j = 0;
* ***** * ** ** ***
** ****** ****** *
** * *** * * * * *
* ** ******** * * = i;
* ** **
***** * * ** ****
}
i = 0;
** * * * *
* * * *** * ** ** *
}
* *** 0;
}
answered
Oct 27, 2016
by
SRFX
(
-140
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include * * *
#include ** ** * ******
#include * ** * ** **
int main()
{
****** * * **** *** ** a,b,i,j;
*** * ** * ** ** * * * * * ** *** *** * *
** * *** *** * * *** (i=1;i<=a;i++)
* *** * * ** * ***
** * * *** ***** * * * ** * * (a%i == 0)
*** * *** *** **** *** *** * * ** ** * *** *** * * ** *** * ** ****** * ("%d ",i);
* * **** **** * * * ***
** *** ** * * * ** **** * 0;
}
answered
Oct 27, 2016
by
410523016
(
-136
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
** * * * * * * *
int main ()
{
** * ***** *** i, n,j;
** ** * **** * * ** *** * * * * * *
* ** * **** (j=1;j * * *** n;j++)
* ** * ***
* **** * * * * ** * ** * ************ (n % j ==0 )
* * *** * *** ** ** * ****** ***** ** **** ** * ** **** * **** * ****
*** * *****
return 0 ;
}
answered
Oct 27, 2016
by
Noah1011
(
43
points)
ask related question
comment
Please
log in
or
register
to add a comment.
Page:
« prev
1
2
3
4
next »
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English
中文
Tiếng Việt
IP:172.71.1.142
©2016-2025
Related questions
0
like
0
dislike
0
answers
AC 20161027 期中考公告
[Resource]
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15475 -
Available when:
Unlimited
-
Due to:
Unlimited
|
13
views
0
like
0
dislike
5
answers
AC 20161027 期中考 10
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15447 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
|
920
views
1
like
0
dislike
17
answers
AC 20161027 期中考 8
[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
|
1.6k
views
1
like
0
dislike
18
answers
AC 20161027 期中考 7
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15440 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
|
1.6k
views
0
like
0
dislike
112
answers
AC 20161027 期中考 6
[Exercise]
Coding (C)
-
asked
Oct 27, 2016
in
2016-1 程式設計(一)AC
by
Shun-Po
(
18k
points)
ID: 15426 -
Available when:
2016-10-27 18:30:00
-
Due to:
2016-10-27 21:00:00
|
7.2k
views
12,783
questions
183,442
answers
172,219
comments
4,824
users