0 like 0 dislike
3k 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

 

[Exam] asked in Midterm by (12.1k points)
ID: 36754 - Available when: 2017-11-15 14:10 - Due to: Unlimited
| 3k views

21 Answers

0 like 0 dislike
Hidden content!
#include * * **** **
int main()
{

** ** * * a,num1,GCD,count=1;

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

*** * * ** * * **** ** a<=num1; a++){


* ***** *** ** (num1%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
0 like 0 dislike
Hidden content!
#include<stdio.h>

int main(){
** * *** * * ** * ** a,b,c,d,e,f;
* * * * * *** ** ****** ****** * * **** *** ***
**** ** ** * * * * ** * * *** *
* * ** ** *** ****** * *** * ***** *** * *
***** * ** ******* * * * * * * ** * * * * ** ** *** ** * ",b);
** *** *** * * ** ** ** * ** * ** **
* ** * ** *** * * *
* * ** *** ** *** ** * ** * *** *





}
answered by (-32 points)
0 0
Case 0: Wrong output
Case 1: Wrong output
Case 2: Wrong output
Case 3: Wrong output
0 0
Case 0: Wrong output
Case 1: Wrong output
Case 2: Wrong output
Case 3: Wrong output
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 a,b,f=1;
* ** ***** *** * * ** ******* ** ** * ** * ***
    for(b=1;b<=a;b++)
    {
** * * ** *** * * * *** ** * * ** * ** ***
* * * * ** * *** * ** ** * * * * ***
* * * * * * * ** * * * * * * * ** *
** * * * **** * **** * * ** * * * ** *** * **** * ** * * *** *** **
** * * * * * * * * ** * *** ** ***** * * * * * * * *
* * * ** *** * * **** *** * * * * ****** * * * ****** *** *** *** ** * * ***** **** * *** **** **** ");
** ** * ** * * * ** * * * * * * * ** * * ******* * * * ** * * *
**** **** * * ***** * *** ** * **** * ** * * * ** *** * * * ** * * * ****** * *
** *** ** ****** **** *** *** * ****** ** * * *
* * ****** * ** **** **** * ** **
    }
}
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()
{
* ** **** * * * * * n,i;
* * ** * **** * ******* ** * * * ** *** ** * * *
* * ** *** *** **** * ** **** **
* * **** * * * ** ** *** * * *** *****
*** * **** ** **** **
** ***** ** * * * *** * ** * ** **
* * ** * * **** * * * * * * ****** * *** *** %d",i);
    }
****** * * **** * 0;
}
answered by (-32 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 main (){
int a,b ;
int i,n,num[12];
* * **** a\n");
* * * * *** * ** **
num[0]=0;
num[1]=1;
** * * * * * * * ***
*** ** ** ** ** ** *** *
*** * **

* * ** * * * * ****** ***
* *** ******* *** *** * ** ******* ** *** ** ***
* ** *** * **** * ** ** ** * * * ** * ** * **** * * * *
**** *** ** * * *** ***
}
return 0;
}
answered
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>
#include <stdlib.h>

int main()
{
**** *** * *** **** ** a,b,c,i,k;
*** ** *** * * * ** * ******
*** * * * * ** * ***** * * **** ** * * ** *** **** *****
* * * * * *** ** * (i=2;i>=a;i++)
** * * * * * * ****
** * ** * * ** * *** ****
* * ******* ** ** * * * ****
* * * *** * * * * *** * * * * *
** * *** ** ** * * * * * *** * * ***** ** * (c==0)

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

    }
**** ** ** * ** * * * *
*** * * ** * ***** *** * **** ** * ** ** * **** * if
* ** **** ** ** ** *** * ** ** ** * *
** * * * * 0;
}
answered by (-108 points)
0 0
prog.c: In function 'main':
prog.c:16:6: error: expected expression before '}' token
      }
      ^
prog.c:20:9: error: expected '(' before 'else'
         else if
         ^~~~
0 like 0 dislike
Hidden content!
#include <stdio.h>
#include <stdlib.h>

int main()
{
* ** **** * * * * * * * * * a,b,c,i,k;
** ** * ** * * *
* *** *** ** * ** * * ** * * ** ** * * *
* * *** ** * ** * * (i=2;i>=a;i++)
* * * * ** **** **
** * * * ***** * * * ** ** * **
** * * * * ***** * * * *** * *
* * * ** *** * ****
* ** * * **** *** ** *** * *** *** ** (c==0)

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

    }
*** ** * * ***** * ** * * ** **
* * * * *** *** ** * ** * * ** ** * ** if
* ** * * ** *** *** ***** ** **** ** *
* ***** * ***** ** ** 0;
}
answered by (-108 points)
0 0
prog.c: In function 'main':
prog.c:16:6: error: expected expression before '}' token
      }
      ^
prog.c:20:9: error: expected '(' before 'else'
         else if
         ^~~~
0 like 0 dislike
Hidden content!
#include <stdio.h>
#include <stdlib.h>

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

* ** * ********* ** ** i<=n; i++)
    {
*** * ** ***** ** ***** * * ** * **** **** *** * (n%i==0)
***** * * ** ** ** * ****** * ** * *** * *
* * *** ** *** ** ** * * * **** * * * * * * * ** ** * * * * *
* ** * *** ** * * * * * ********** *** * *** **** ** * ** * ** *** * (cnt==1)
** **** * * * * ** * * **** *** *** ** * ***** ** * *** **** * * ** * **** * * ** **** *
**** * ** ***** * * *** * ** ** * *** ** ** *** **** *
**** * *** * *** * * * *** * * ** ** *** ** * * * * ******** *********** **** ** **** **** * * * ** * ** * * %d",i);
**** * ** *** ****** * ***** *** * * * * * *** *
    }
*** *** *** ** ** *** * 0;
}
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<stdio.h>

int main()
{
* *** * * * * ** * * number, i;

**** ** * **** * ** ** *** &number);
* ** ** * ** * ***** * * * * *
** ** ** ** ** ** * *** *** i <= number; ++i)
** *** * *** * * ** * * *
*** ** *** * * * * ** * * * * * * * **** ** * == 0)
** *** * * *** * *** * ** ** * * *
* * ** ** ** ** ***** *** * ** ** * * ** * * ** * ** * *** * ** i);
**** * **** ** * ** * * * * ** ***
    }
** *** * **** * * * * ** 0;
}
answered by (-233 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>
#include <stdlib.h>

int main()
{
    int num;
* * ***** * *** ***** * * i;
* * ** **** ** ***** factor;


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

** ** ** ** *** * * * * ** * ******
    {
******* * * * ** *** *** * **** ** ** * * * *** * (num%i == 0)
* * * *** * * ******* **** ** * * * * **
* * * * * * * * ** * * ** * * *** * ** * ** * * *** *** ** *********
** * * * *********** * ** ** * **** * * * *** ** **** * ** * * ****** * * *** * * *** ****

* **** * * * * * ** * ** * ****** ** * *** ** ** ** ** != num)
* ** * ** * ** * * *** **** **** * *** ******* * * * * * **** *** **
**** **** *** * ** * ** *** ** ** * ** * ** * **** *** * * ** ** *** *** * * * ***** *** * * ** ");
** ****** ** * *** *** * **** * ** *** ********* ****** ** ******
** *** *** * *** * ***** ** * * ** *** * * **

    }

*** ** ** ** ** ** * *** 0;
}
answered by (-193 points)
0 0
Case 0: Correct output
Case 1: Correct output
Case 2: Correct output
Case 3: Correct output
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.71.255.66
©2016-2025

Related questions

3 like 0 dislike
47 answers
[Exam] asked Nov 15, 2017 in Midterm by thopd (12.1k points)
ID: 32709 - Available when: 2017-11-15 14:10 - Due to: Unlimited
| 5.2k views
0 like 0 dislike
22 answers
[Exam] asked Dec 9, 2017 in Midterm by thopd (12.1k points)
ID: 36753 - Available when: 2017-11-15 14:10 - Due to: Unlimited
| 3k views
0 like 0 dislike
10 answers
[Exam] asked Dec 9, 2017 in Midterm by thopd (12.1k points)
ID: 36752 - Available when: 2017-11-15 14:10 - Due to: Unlimited
| 1.7k views
0 like 0 dislike
72 answers
[Exercise] Coding (C) - asked Nov 2, 2017 in Chapter 6: Loops by semicolon (5.2k points)
ID: 29831 - Available when: 2017-11-02 18:00 - Due to: Unlimited
| 7.7k views
12,783 questions
183,442 answers
172,219 comments
4,824 users