結果

問題 No.53 悪の漸化式
ユーザー maimai
提出日時 2016-06-15 13:26:29
言語 Ruby
(3.2.2)
結果
AC  
実行時間 75 ms / 5,000 ms
コード長 19 bytes
コンパイル時間 131 ms
コンパイル使用メモリ 11,428 KB
実行使用メモリ 15,604 KB
最終ジャッジ日時 2023-08-27 01:39:24
合計ジャッジ時間 2,729 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 72 ms
15,144 KB
testcase_01 AC 74 ms
15,160 KB
testcase_02 AC 73 ms
15,236 KB
testcase_03 AC 71 ms
15,564 KB
testcase_04 AC 75 ms
15,432 KB
testcase_05 AC 74 ms
15,464 KB
testcase_06 AC 73 ms
15,456 KB
testcase_07 AC 75 ms
15,576 KB
testcase_08 AC 74 ms
15,604 KB
testcase_09 AC 73 ms
15,560 KB
testcase_10 AC 73 ms
15,364 KB
testcase_11 AC 72 ms
15,464 KB
testcase_12 AC 73 ms
15,336 KB
testcase_13 AC 71 ms
15,576 KB
testcase_14 AC 72 ms
15,396 KB
testcase_15 AC 72 ms
15,464 KB
testcase_16 AC 73 ms
15,432 KB
testcase_17 AC 73 ms
15,368 KB
testcase_18 AC 74 ms
15,524 KB
testcase_19 AC 75 ms
15,464 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p 4*0.75**gets.to_i
0