結果

問題 No.835 ジュース
ユーザー HeyClosureHeyClosure
提出日時 2019-07-22 02:24:56
言語 Clojure(Beta)
(1.11.2)
結果
AC  
実行時間 1,714 ms / 2,000 ms
コード長 56 bytes
コンパイル時間 163 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 69,336 KB
最終ジャッジ日時 2024-05-01 07:31:14
合計ジャッジ時間 17,684 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,704 ms
69,256 KB
testcase_01 AC 1,712 ms
69,132 KB
testcase_02 AC 1,695 ms
69,336 KB
testcase_03 AC 1,714 ms
69,088 KB
testcase_04 AC 1,685 ms
69,088 KB
testcase_05 AC 1,703 ms
69,184 KB
testcase_06 AC 1,684 ms
69,128 KB
testcase_07 AC 1,691 ms
69,188 KB
testcase_08 AC 1,692 ms
69,324 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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

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