結果

問題 No.304 鍵(1)
ユーザー wonda_t_coffeewonda_t_coffee
提出日時 2020-02-03 21:18:53
言語 Ruby
(3.3.0)
結果
AC  
実行時間 122 ms / 2,000 ms
コード長 102 bytes
コンパイル時間 406 ms
コンパイル使用メモリ 11,408 KB
実行使用メモリ 31,328 KB
平均クエリ数 414.83
最終ジャッジ日時 2023-09-24 02:25:52
合計ジャッジ時間 1,630 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 122 ms
31,328 KB
testcase_01 AC 96 ms
31,136 KB
testcase_02 AC 98 ms
30,792 KB
testcase_03 AC 99 ms
31,088 KB
testcase_04 AC 108 ms
31,032 KB
testcase_05 AC 97 ms
31,172 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

('000'..'999').to_a.shuffle.each do |s|
  puts s
  STDOUT.flush
  exit if gets.chomp == 'unlocked'
end
0