Toggle navigation
Courses
Questions
Tags
Users
[AD] 20171130 作業 2 羅馬數字
3
like
0
dislike
856
views
請寫一個程式,把輸入的阿拉伯數字轉成羅馬數字輸出。
羅馬數字的規則請參考
https://zh.wikipedia.org/wiki/%E7%BD%97%E9%A9%AC%E6%95%B0%E5%AD%97
輸入說明:
會輸入一個不超過1000的正整數
輸出說明:
請將相對於輸入數字的羅馬數字輸出
輸入範例:
14
輸出範例:
XIV
字串
[Exercise]
Coding (C)
-
asked
Nov 30, 2017
in
2017-1 程式設計(一)AD
by
Shun-Po
(
18k
points)
ID: 34979 -
Available when:
Unlimited
-
Due to:
Unlimited
|
856
views
comment
Please
log in
or
register
to add a comment.
6
Answers
0
like
0
dislike
Hidden content! ** * * * * * *** * *
** * * * * *
int did(char a)
{