結果

問題 No.525 二度寝の季節
ユーザー letrangerjpletrangerjp
提出日時 2017-06-10 00:30:16
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 72 bytes
コンパイル時間 55 ms
コンパイル使用メモリ 11,924 KB
実行使用メモリ 18,340 KB
最終ジャッジ日時 2023-10-24 04:13:25
合計ジャッジ時間 4,194 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 89 ms
16,084 KB
testcase_01 AC 85 ms
16,084 KB
testcase_02 AC 82 ms
16,084 KB
testcase_03 AC 87 ms
16,084 KB
testcase_04 AC 83 ms
16,084 KB
testcase_05 AC 88 ms
16,084 KB
testcase_06 AC 84 ms
16,084 KB
testcase_07 AC 82 ms
16,084 KB
testcase_08 AC 82 ms
16,084 KB
testcase_09 AC 83 ms
16,084 KB
testcase_10 AC 83 ms
16,084 KB
testcase_11 AC 82 ms
16,084 KB
testcase_12 RE -
testcase_13 AC 82 ms
16,084 KB
testcase_14 AC 84 ms
16,084 KB
testcase_15 AC 85 ms
16,084 KB
testcase_16 RE -
testcase_17 AC 81 ms
16,084 KB
testcase_18 AC 80 ms
16,084 KB
testcase_19 AC 82 ms
16,084 KB
testcase_20 AC 81 ms
16,080 KB
testcase_21 AC 82 ms
16,084 KB
testcase_22 AC 82 ms
16,084 KB
testcase_23 AC 81 ms
16,084 KB
testcase_24 AC 85 ms
16,084 KB
testcase_25 AC 82 ms
16,084 KB
testcase_26 AC 82 ms
16,080 KB
testcase_27 AC 82 ms
16,084 KB
testcase_28 RE -
testcase_29 AC 83 ms
16,080 KB
testcase_30 AC 83 ms
16,084 KB
testcase_31 AC 83 ms
16,084 KB
testcase_32 AC 83 ms
16,084 KB
testcase_33 RE -
testcase_34 AC 86 ms
16,084 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: ambiguity between regexp and two divisions: wrap regexp in parentheses or add a space after `/' operator
Syntax OK

ソースコード

diff #

puts"%02d:%02d".%eval"((%s*60+%s+5)%%1440).divmod 60".%gets.split /[:
]/
0