結果
| 問題 | No.304 鍵(1) |
| コンテスト | |
| ユーザー |
urutom
|
| 提出日時 | 2016-04-19 00:29:41 |
| 言語 | Ruby (4.0.2) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 83 bytes |
| 記録 | |
| コンパイル時間 | 63 ms |
| コンパイル使用メモリ | 8,832 KB |
| 実行使用メモリ | 41,504 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2026-03-30 22:10:04 |
| 合計ジャッジ時間 | 2,233 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 6 |
コンパイルメッセージ
Syntax OK
ソースコード
"000".upto("999"){|str|
puts str
$>.flush
gets res
exit if res.start_with? ?u
}
urutom