結果

問題 No.311 z in FizzBuzzString
ユーザー tanukidontanukidon
提出日時 2018-03-15 22:35:56
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 27 bytes
コンパイル時間 61 ms
コンパイル使用メモリ 12,008 KB
実行使用メモリ 16,268 KB
最終ジャッジ日時 2023-10-25 02:54:08
合計ジャッジ時間 1,588 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 82 ms
16,252 KB
testcase_01 AC 81 ms
16,252 KB
testcase_02 AC 81 ms
16,248 KB
testcase_03 AC 81 ms
16,252 KB
testcase_04 AC 82 ms
16,252 KB
testcase_05 AC 82 ms
16,252 KB
testcase_06 AC 83 ms
16,252 KB
testcase_07 AC 83 ms
16,252 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 80 ms
16,252 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p  (gets.chomp.to_i*8/15)*2
0