0 like 0 dislike
15.2k views

Write a program that asks the user to type an integer N and find out all the factors of N and display it on screen.

寫一個程式 輸入一個整數N,找出N的所有因數

Example input 1

10

Example output 1

1 2 5 10

Example input 2

24

Example output 2

1 2 3 4 6 8 12 24

 

[Exercise] Coding (C) - asked in Chapter 6: Loops by (5.2k points)
ID: 29831 - Available when: 2017-11-02 18:00 - Due to: Unlimited

edited by | 15.2k views

72 Answers

0 like 0 dislike
Hidden content!
#include <stdio.h>
int main()
{
    int a, l, c,k;
* * *** ***** * *
** * * ******** *** ** * * ** ** * &a);
    for (l=1; l <= a; ++l)
    {
**** **** *** * * *** ** ** * ** ** * **
*** ** * ** ** * ** * *** * * * * ***** * *
** *** *** ** ** * * *** ******** *** * *
* *** *** * **** ** ** * ** ** * *** * ** * ** * * (c == 0)
* ***** * * ** * ** * * * * * * *** * * *** ** ** * * ** ****** * * *
* ** ** * ** ** ******* ** ** * * * * ** ** * * *** **** * **** * * *** * * ** * * * *** l);
***** * *** * * * ********* * * ** * ** *** * ** **** * *** ***** ** *** * * * * * ** *
** * ***** * * * *** * * ** **** ** * * *** * * *** * ******** *** *** ** * *** * * * * **** **
****** ** ******** ** **** * **** **** * * * * * * ***** **

* **** * * * * ***** ** * *** *** * **
** ** * **** ** * * *** ** * ** * * ** *** * * *** * * * * * * ** ** * * %d", l);

* *** *** * ***** ** * * * * * ******* * * *
    }
   return 0;
}
answered by (-140 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
# include <stdlib.h>
# include <stdio.h>

int main()
{
** *** * * *** ** * a=0,i=0,cnt=0;

** ****** ** ** * ** * **** * ******* &a);
* ***** *** ** * *** * * ***** i<=a; i++)
    {
* * * *** ** * ** *** * * ** * *** * **
* ** *** * * * ****** * ** ** *** * ***
* ** ** * * **** ** * **** * ** * * ** * * *** * *** * ** **
* * ** *** ** * *** *** ***** **** **** * * **** * ******* ***
* * * ** *** * * ** ********* ** * *** ** * * ** ****** *** ** ** * * * * * ** * ** i);
** *** *** ***** * * * ** * * *** **** * ******** * * * * * * ****
******* *** ** ** * *** * * ** * *** ***** * ** ** *** **** * *** * * * * **** ** *** * *** * ***** %d",i);
* ** * ** * *** * ** * * ** * ** *** *
    }

}
answered by (-127 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
# include <stdlib.h>
# include <stdio.h>



int main()
{
* ** ** * ***** a = 0,b = 0,cnt = 0;
** ** *** **** * * *** * * **** ** *** ** *** * *
* * * * ** * * = 1;b <= a; b++)
    {
*** * * ** ** * ** ** **** * * ***** * ****** ** % b == 0)
*** ** **** ** *** *** * **** * *** *** * *** *
**** * * *** * * ** * ** *** ****** * * * * **** * * ** ** * *
* * * * * **** * ** * *** * * ** * *** * * * **** *** *** ** == 1)
** * ** * *** * * *** *** * * ** *** * **** * **** ***** * ** ** ** ** * ******* * **** ** *** *** *
** ** *** ******* ** **** ** * *** * *** ** * * * ** **** * * * **
* * * *** * * **** * * * ** ** * * * *** *** ******** ** ***** * ** * *** ** ** **** ***** **** %d",b);
*** * * **** * * * ** *** * ***** *** * * *
    }

* *** ** * ** * * ** * * * 0;

}
answered by (-255 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include <stdio.h>
int main()
{
    int i,n,c=0;

* **** * * * * ** * * ** * * ***** *** **

    for(i=1; i<=n; i++)
    {
* * * *** ******* ****** *** ** * * **** *
* ** ***** * ** * * * * * ** ** ***
** * * * *** *** * ** * ** * ** * ** * * *** ** * ** * * ** ** * * *
* * * * ** * ** *** * *** *** * * ** * **** **** * *** **
** ******* *** ** * ***** * * * * ***** * * * ****** *** ** *** * * * ** * * * * * ***** **** **** * * ** * ***
** ** **** *** * ** *** ** **** * *** ** * ** * * ***** ** ** * * **** ** *
** * *** ** * * ** ** *** * ** *** * * * * * * * * * * **** * **** *
*** **** *** * * * * * * * ** ** ***** * * * *** * **
** * *** ** *** ** ** ******* * ****** **** **** ** ** *******
* * ** **** ** ** * * *** * ** * * *** * * * * * * ** * ** * ** *** ** * %d",i);
** ** * * **** * *** ** ** ** * ** *** ** * ** ***** *** ** * * ** * **
* * *** * * * * * ** * * * *** ** * * * * ***
    }
    return 0;
}
answered by (-323 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include <stdio.h>
#include <stdlib.h>

int main()
{
    int a,b=0,c;
** ** * * ** * * ** * **** * *** ** * * *
* * ***** * * ** * * * ** **** * *
    {
*** * ** ** **** * ** * ******* **
*** ****** ********** * *** * ****** *** **
* ** ** ** * *** ** * * * * * * * ** ***** ** ** ** *** * ***
**** *** * * ******** ** **** * * ** * * * * * * * ** ** *****
** *** *** ***** ***** **** * ** **** * ** ** * ***** *** **** * *** ** * * *** *** **** * ** ** * * ***
* * ** * *** * * ** * ** **** * ******** * * *** ** ***** **** * ** *
**** *** *** * ****** * * * ** ** ** * **** ** ***** * ** ** * * *
** ** * ** * ** ** *** ** *** * *** * * ***** * * * * * * * ** *
** ** * ** **** ** ***** * ** ** * * ** * * * * ****** * *** * *** * %d",c);
* * * * * ** ** * **** ** ***

    }
    return 0;
}
answered by (-498 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include <stdio.h>
int main()
{
* *** ******* * * ** i,n;

* * ** * * * ** * * * * * ** *** * ** *

* ** ** ** ** **** ** * i<=n; i++)
* **** * * ** * *
* ** ** ******** * * * * ****** * *** ****** * **
* ******** *** ** ** * ** * * * * * * *******
* ** **** ** ** * * **** ** * ** * ***** *** ****** * *** * * ** ** ",i);
* *** * * ** ** ** * * ***** *
    }
* * * ** ** * **** 0;
}
answered by (-323 points)
0 0
Case 0: Wrong output
Case 1: Wrong output
Case 2: Wrong output
Case 3: Wrong output
0 like 0 dislike
Hidden content!
#include <stdio.h>

int main(void)
{

* *** ** * * * * **** *** ** n,a,count;

** ** *** * ** * * * *
** * ******* **** *** *** * ** ** *
 for (a=1; a<=n; a++){

    if (n%a==0){

if (count==0)
* ********* *** * ** * * * ** ** * * * ** * * ***** * ** * *** * **** * * * ** ** * * ** * ** * * *** * ** **
** * ***** ** * * * * ** ** ** ** ** * * * * ** * * * * ** ** ** **** ** * ** ******* * * * ***** **** *
***** * * ** * * *** ** * ** *** * *** * ** ***** * ** * ** ** * ** **** * * * ** *** ** * ** * ** **
* * ** * **** * **** * *** **** **** **** * * ** * ** * ******** ** * ****
** ** ** * **** * * ** * * * *** ** ** * * * * * *** * * * * *** * * * * * ****** * * ** *** * %d",a);}
** * * **** * * *** * *** ** ** * ** ***** *** ** ** * * ** ** *** * * * *

    }
 }





return 0;

}
answered by (-107 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include <stdio.h>
int main()
{
    int i,n,c=0;
* ** * * * ** ** **** ** * *** * * *
    for(i=1; 1<=n; i++)

* ****** * ** * * * ** * * * * ** * ** ** * * ** *
* * * * ** ***** ** ** ****** **** * * *
* ** * ** * * * **** * *** * * *** * * **** ** * * * * ** * ** * *
*** ** * * * * *** ** * ** * *** * * * * *** * * * ** ** ****** *** * *
* ** ***** ** * * * ** *** * *** * *** ***** *** ** *** * * * *** * * * ****
* * * *** ** ***** ** ** * * ** * ***** **** * *** ***
***** ** **** *********** ** ** *** ** **** ** *** ** * ** * *****
* * ** *** *** * * * ********** **** ** ******* * ***** * * ***** **
** * **** * ******* * *** * * **** ** * ** ** ** ** * * * ** **** ** **
* * * * * **** *** * **** * ** **** * ** *** * ** **** * ** ** **** *** **** * * %d",i);
* * * ** **** ***** * * ****** *** * * * * * ** ** ******** * *
        }
}
answered by (-323 points)
0 0
Case 0: Wrong output
Case 1: Wrong output
Case 2: Wrong output
Case 3: Wrong output
0 like 0 dislike
Hidden content!
#include<stdio.h>
int main(void)
{
   int i,b,n;
    b=0;
*** ** ******** ******** ** *** ** *** ** *
    for (i=1;i<=n;i++)
    {
** * ******* * ***** * * * * * * * * * ** * (n%i==0)
******* * ** * **** * **** ** * ** **** ** ***
* *** * * *** * * * ****** * *** * ** *** * * * ******* ** ** ***** * * * * (b==0)
** * ** * * * ** * * ** * * ** ** *** ** * ** ** ** * * *** *** ******* ** **
*** * * *** * * *** * * * * *** *** * * ***** *** * ***** * ** *** * ** * ** * *** *** ***
***** * * ******* *** ** *** * ** * *** ** * * * ** * * *** * * *** **
**** * * *** ** *** * * * ******* * ** * * * * **** * * * ** * * * * ** * **
*** *** * * ** ** *** ** ** **** *** * * **** **** * * * * ** * ** ******** * * * ** * *
* * ** * * * * *** * * ******* * * *** ** * *** **** * * * **** ** * *** ** * ** ** * **** * * * %d",i);
* ** * *** * ***** * * * * ** ** ** ** * * *** ** * * * * ** **** * ** *
***** * ** * * *** * ** * ** * * * *** * * * * ** *** *** * * * ** * ** *** * **
** ** * *** **** * * * *** * * * ** * *
    }
    return 0;
}
answered by (-168 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
0 like 0 dislike
Hidden content!
#include * ** * *** *

int * **
{

* ** * * *** * ** * n,a;

** ** * * * * *** ** **** * * * * *** * ** **
** * * ** (a=1; * * *** ++a){

****** *** * * ******* (n%a==0){

** ***** * ** * * * * ** * * ** ** ** ** *** **** *
** * * **** * ** * * * *
* ****




return 0;

}
answered by (-107 points)
0 0
Case 0: Wrong output
Case 1: Wrong output
Case 2: Wrong output
Case 3: Wrong output
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.70.90.26
©2016-2026

Related questions

0 like 0 dislike
99 answers
[Exercise] Coding (C) - asked Nov 2, 2017 in Chapter 6: Loops by semicolon (5.2k points)
ID: 29829 - Available when: 2017-11-02 18:00 - Due to: Unlimited
| 22k views
1 like 1 dislike
85 answers
[Exercise] Coding (C) - asked Oct 26, 2017 in Chapter 6: Loops by semicolon (5.2k points)
ID: 28914 - Available when: 2017-10-26 18:00 - Due to: Unlimited
| 19.6k views
0 like 0 dislike
69 answers
[Exercise] Coding (C) - asked Oct 26, 2017 in Chapter 6: Loops by semicolon (5.2k points)
ID: 28913 - Available when: 2017-10-26 18:00 - Due to: Unlimited
| 14.9k views
12,783 questions
183,442 answers
172,219 comments
4,824 users