結果
問題 | No.304 鍵(1) |
ユーザー | suppy193 |
提出日時 | 2016-04-11 11:57:48 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 105 bytes |
コンパイル時間 | 202 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 29,408 KB |
平均クエリ数 | 83.50 |
最終ジャッジ日時 | 2024-07-16 09:54:14 |
合計ジャッジ時間 | 1,999 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 104 ms
28,768 KB |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | AC | 106 ms
29,000 KB |
コンパイルメッセージ
Syntax OK
ソースコード
100.times do |i| puts ("00" + i.to_s)[-3..-1] STDOUT.flush if gets.strip == "unlocked" exit end end