Toggle navigation
Courses
Questions
Tags
Users
AC 20161013 作業 2
0
like
0
dislike
6.5k
views
請設計一個程式,讓使用者輸入兩個正整數a以及b(a <= b),從小到大輸出a到b之間的所有質數。
範例輸入:
1 10
範例輸出:
2 3 5 7
[Exercise]
Coding (C)
-
asked
Oct 13, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 13617 -
Available when:
Unlimited
-
Due to:
Unlimited
|
6.5k
views
comment
0
0
Called for Help
0
0
Called for Help
0
0
Called for Help
Please
log in
or
register
to add a comment.
91
Answers
0
like
0
dislike
Hidden content!
#include <stdio.h>
****** ** ** **** ***
main()
{
int a,b,j,i;
*** *** ** **** * *
* * * * * ** * ***
for(j=a;j<=b;j++)
{
* * ** ** * * * ** **** * ***
*** *** * * ** *** * *** *
* * * * *** * *** * *** * ** ** ** *
*** * * *** ** * * ** *** * * * **** **
** ** * *** * * * ***** **
if(j==i)
* ***** **** * ** * **
* * ** * **** * * * * ****** ** * ** * *** ** * * * * ",j);
** *** * * ** *** **
}
}
answered
Oct 16, 2016
by
林佳慧
(
-85
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()
{
int a=0,b=0,c=0,d=0;
* ** **** * * * *** **** *** *** * * ** *
** ** ** ** ** *** * *** ****
{
** * ** ***** ** **** * * **** * *
* * ** * *** ** ** ** *** * * * * *
* * ***** ** * *** * * ** ** * * ** ** *** *** * * * **
* ******* * ***** * *** * **** * * *** * **** * *
*** * ** * ** **** * ** * * ** * * ** * ** **** *** ** **** * ** * * **** * * *
* **** ** * *** * * * * * * * ** **** ** * * * * * *
* * ** ** ** *** * * *** ******
** * * * **** ***** ** ** ** ** * *** ** * *** * ** * * * ** *
**** **** * *** ** * *** * * ** *** * * ** ** ** * *** * ",d);
}
* * * *** * *** * * ** * * *** * ****
return 0;
}
answered
Oct 13, 2016
by
m8f2617
(
-103
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
** ***** *** ***
** * ** ** * * *
int main ** *
{
** * ***
* ** * ** *** *** *
** * *** *** * *** * * *
* * ** ** *****
{
* * **
{
* % d == * *
}
** == d * *** * **** * * * *** ***** * ****** * * *
}
* 0;
}
answered
Oct 13, 2016
by
m8f2617
(
-103
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()
{
int a , b , j , k;
* **** * * **** * * ** * ***
** ** ***** * * * * * **** ***
{
* * * * * * **** *** *********** * ** * * *
** ** ** *** ** * ***** * *
** *** * ** * * * * *** *** ** * * *** ** * * ** * * *
*** ** ***** ** **** * *** * * * ****** *
*** ** * ** * **** ** * * ***** * * *** ** *** ** **** *** **
* * * ** * * * *** * * * * ** * * * *** **
** * * ** * * * *** *
* ** * * * * * ** * * ** *
* * * * * **** * * * **** ****** *** ***** ** ** ******** * ",j);
}
return 0;
}
answered
Oct 13, 2016
by
shihemi
(
-82
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
***** * * * * *** *
* * * *** * * * * *
int main()
{
int **
** * **** ** * *** * *
* *** * * * ** * *
** *** * * *
{
******* * ** **
{
* * *
}
*****
*** * * * ***** *
}
** * 0;
}
answered
Oct 13, 2016
by
羅祖嘉
(
-248
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
**** * * * * **
* * * ****** * ** ***
main()
{
int ** **
** * ***** ** *** * ***
* ***** ***** * *
** **** *
{
*** * * * *
{
* * **
*
}
* * **
****** ** ** ** **
}
}
answered
Oct 13, 2016
by
羅祖嘉
(
-248
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
* * * *** *** *
* * ******* * * *
main()
{
int * ** *
* ***** * ** ** * * ** **
*** * * ** * ** *
* ** *** **
{
* * * ** * *
{
* * **
*
}
* ** *
** * * ** ** *
}
}
answered
Oct 13, 2016
by
羅祖嘉
(
-248
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
**** ** ** * * * ** *
** * ** ** *
int main()
{
int a, b, i, k=0, w=0;
* * *** * **** *** **** ** ***
** * **** ****
{
* ** * *
* ** * * * **** * *** * * *** * *
*** * ** *
*** ******* * * * **** * ** % i==0)
** ** **** ** * *
** *** * ** * * * **
**** ** * * *** *** ****** **** * **
****** * * * ** * ** ** * ** ****
*** * ** * *
* * ***
* * * * * ** && k!=1)
* ***** * ** * **** ",k);
}
}
answered
Oct 13, 2016
by
410523030
(
-34
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,b,j,k;
* * * *** * ***** *** * * * ** ** &a,&b);
* * * * ** ** * * ** * = j;j <= b;j ++)
** * ** ** *
* ** ** * ** *** ** ** **** *** **** * *** = 2;j >= k;k ++)
* ** ** ** * ** * ** *** * ** *** * ** *
* * * * * * **** * * ** **** * * ** * **** * * * ** * **** % k == 0)
* *** ** * * ** ****** *** * * ****** * *** * * ** ** * * * * * *** * *
*** * * ** * ** * * ** * * * * * * * *** * ** *
* * *** * * * * *** *** * **** * ** ** **** == k)
* * * * * ** ** *** ** * * * *** * * * * * ** * ****** ** ",k);
* * * * * * ** *****
*** * ** * * * * 0;
}
answered
Oct 13, 2016
by
s31102
(
-100
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,b,j,k;
** ** * * ****** * *** * ** * * * * * * *** * * *
*** * * * ***** * * ** = a;j <= b;j ++)
{
* * *** * * ** **** ** * ** * ** * ****** * * ** = 2;k < j;k ++)
*** * ** ** *** * * ** **** *** ** * *
*** **** **** * * *** * *** **** * * * * * ***** * ******* * *** % k == 0)
** * * * ***** * * *** * *** * **** * * * **** ** *** **** * *** ** * *** ***
*** *** * ** **** * *** ** ** *
** ** * * * * * * * * * ** ******* ** ***** == j)
*** **** * * ** ** ** * * * * * *** * ** * * * * * ** **** * * ***** ** **** * ** ",k);
}
* *** ***** * * 0;
}
answered
Oct 13, 2016
by
loyfree0706
(
-216
points)
ask related question
comment
Please
log in
or
register
to add a comment.
Page:
« prev
1
2
3
4
5
...
10
next »
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English
中文
Tiếng Việt
IP:172.69.59.5
©2016-2025
Related questions
0
like
0
dislike
64
answers
AC 20161013 作業 4
[Exercise]
Coding (C)
-
asked
Oct 13, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 13763 -
Available when:
Unlimited
-
Due to:
Unlimited
|
4.5k
views
0
like
0
dislike
61
answers
AC 20161013 作業 3
[Exercise]
Coding (C)
-
asked
Oct 13, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 13736 -
Available when:
Unlimited
-
Due to:
Unlimited
|
4.8k
views
0
like
0
dislike
117
answers
AC 20161013 作業 1
[Exercise]
Coding (C)
-
asked
Oct 13, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 13581 -
Available when:
Unlimited
-
Due to:
Unlimited
|
7.4k
views
1
like
0
dislike
48
answers
AC 20161102 作業2
[Exercise]
Essay (Open question)
-
asked
Nov 2, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 16865 -
Available when:
Unlimited
-
Due to:
Unlimited
|
4.3k
views
0
like
0
dislike
76
answers
AC 20161019 作業 2
[Exercise]
Coding (C)
-
asked
Oct 19, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 14120 -
Available when:
Unlimited
-
Due to:
Unlimited
|
5.8k
views
12,783
questions
183,442
answers
172,219
comments
4,824
users