結果
問題 | No.9005 実行時間/使用メモリテスト(テスト用) |
ユーザー | mai |
提出日時 | 2017-01-04 13:16:27 |
言語 | Ruby (3.3.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 133 bytes |
コンパイル時間 | 322 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,288 KB |
最終ジャッジ日時 | 2024-12-16 11:08:22 |
合計ジャッジ時間 | 1,350 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 98 ms
11,904 KB |
testcase_01 | RE | - |
testcase_02 | RE | - |
testcase_03 | RE | - |
testcase_04 | RE | - |
コンパイルメッセージ
Syntax OK
ソースコード
abort unless gets.chomp=='1' clock=Time::local(1,1,1,2,2) 370.times{|e| clock+=24*60*60 exit unless clock.hour==2 } puts 0