A=B
十分な評価がありません
k-11 Decimal to Roman
   
アワード
お気に入り
お気に入り
お気に入りから削除
タグ: level
ファイルサイズ
投稿日
更新日
340.102 KB
4月7日 22時10分
4月12日 17時17分
3 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
k-11 Decimal to Roman

カズエイ 作成の 1 件のコレクション
k problem/k問題
12 アイテム
解説
Input: A decimal number.
Output: Convert Input to Roman numerals if Input is less than 4000. Otherwise return error.
Constraint: 1 <= Input number <= 10000
You may not use keywords in this level.

<日本語訳>
k-11 ローマ数字 1
入力: 10進数
出力: 入力値が4000より小さければローマ数字に変換する。そうでなければ「error」を出力する。
制約: 1 <= 入力値 <= 10000
この課題ではキーワードは使えない。