結果

問題 No.525 二度寝の季節
ユーザー letrangerjp
提出日時 2017-06-10 00:30:16
言語 Ruby
(3.4.1)
結果
RE  
実行時間 -
コード長 72 bytes
コンパイル時間 73 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 19,124 KB
最終ジャッジ日時 2024-09-22 21:11:49
合計ジャッジ時間 4,924 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 RE * 1
other AC * 30 RE * 3
権限があれば一括ダウンロードができます
コンパイルメッセージ
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