結果

問題 No.835 ジュース
ユーザー HeyClosureHeyClosure
提出日時 2019-07-22 02:24:56
言語 Clojure(Beta)
(1.11.2)
結果
AC  
実行時間 1,685 ms / 2,000 ms
コード長 56 bytes
コンパイル時間 242 ms
コンパイル使用メモリ 5,504 KB
実行使用メモリ 69,308 KB
最終ジャッジ日時 2024-11-21 10:13:48
合計ジャッジ時間 17,140 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,663 ms
67,708 KB
testcase_01 AC 1,665 ms
67,780 KB
testcase_02 AC 1,685 ms
67,820 KB
testcase_03 AC 1,654 ms
67,804 KB
testcase_04 AC 1,670 ms
67,860 KB
testcase_05 AC 1,660 ms
67,640 KB
testcase_06 AC 1,663 ms
67,808 KB
testcase_07 AC 1,671 ms
69,084 KB
testcase_08 AC 1,653 ms
69,308 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

(def n (read-string (read-line)))

(prn (int (* n 1.5)))
0