Toggle navigation
Courses
Questions
Tags
Users
Coding (Chinese: if/else #6)
3
like
0
dislike
187
views
寫一個程式讀入三個正整數a,b,c並判定由a,b,c為邊長的三角形為銳角, 鈍角, 或是直角三角形. 如為銳角三角形則輸出0, 鈍角三角形則輸出1, 直角三角形則輸出2. 題目保證a,b,c可形成一個三角形.
Sample Input 1:
5 4 3
Sample Output 1:
2
Sample Input 2:
3 3 3
Sample Output 2:
0
參考書籍:由片語學習C程式設計
chinese
coding
if
else
[Normal]
Coding (C)
-
asked
Feb 5, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21832 -
Available when:
Unlimited
-
Due to:
Unlimited
|
187
views
comment
Please
log in
or
register
to add a comment.
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English
中文
Tiếng Việt
IP:172.69.6.17©2016-2024
Related questions
3
like
0
dislike
0
answers
Coding (Chinese: if/else #8)
[Normal]
Coding (C)
-
asked
Feb 5, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21842 -
Available when:
Unlimited
-
Due to:
Unlimited
|
232
views
chinese
coding
if
else
3
like
0
dislike
0
answers
Coding (Chinese: if/else #7)
[Normal]
Coding (C)
-
asked
Feb 5, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21833 -
Available when:
Unlimited
-
Due to:
Unlimited
|
197
views
chinese
coding
if
else
3
like
0
dislike
0
answers
Coding (Chinese: if/else #5)
[Normal]
Coding (C)
-
asked
Feb 5, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21831 -
Available when:
Unlimited
-
Due to:
Unlimited
|
216
views
chinese
coding
if
else
3
like
0
dislike
0
answers
Coding (Chinese: if/else #4)
[Normal]
Coding (C)
-
asked
Feb 5, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21830 -
Available when:
Unlimited
-
Due to:
Unlimited
|
214
views
chinese
coding
if
else
3
like
0
dislike
1
answer
Coding (Chinese: if/else #3)
[Normal]
Coding (C)
-
asked
Feb 5, 2017
in
Introduction to Computer Programming I (C)
by
The Contributor
(
20.9k
points)
ID: 21829 -
Available when:
Unlimited
-
Due to:
Unlimited
|
319
views
chinese
coding
if
else
12,783
questions
183,443
answers
172,219
comments
4,824
users