3 like 0 dislike
81 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程式設計
[Normal] Coding (C) - asked in Introduction to Computer Programming I (C) by (20.9k points)
ID: 21832 - Available when: Unlimited - Due to: Unlimited
| 81 views
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.70.39.50
©2016-2024

Related questions

3 like 0 dislike
0 answers
[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
| 83 views
3 like 0 dislike
0 answers
[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
| 89 views
3 like 0 dislike
0 answers
[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
| 96 views
3 like 0 dislike
0 answers
[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
| 93 views
3 like 0 dislike
1 answer
[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
| 158 views
12,783 questions
183,443 answers
172,219 comments
4,824 users