結果

問題 No.934 Explosive energy drink
ユーザー kotatsugamekotatsugame
提出日時 2019-11-29 22:06:45
言語 Ruby
(3.3.0)
結果
AC  
実行時間 732 ms / 2,000 ms
コード長 111 bytes
コンパイル時間 236 ms
コンパイル使用メモリ 11,384 KB
実行使用メモリ 31,608 KB
平均クエリ数 709.58
最終ジャッジ日時 2023-09-23 18:31:27
合計ジャッジ時間 9,499 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 104 ms
30,812 KB
testcase_01 AC 713 ms
31,516 KB
testcase_02 AC 101 ms
31,004 KB
testcase_03 AC 388 ms
31,492 KB
testcase_04 AC 732 ms
31,428 KB
testcase_05 AC 103 ms
31,280 KB
testcase_06 AC 102 ms
30,580 KB
testcase_07 AC 101 ms
31,292 KB
testcase_08 AC 102 ms
31,316 KB
testcase_09 AC 104 ms
30,800 KB
testcase_10 AC 101 ms
31,076 KB
testcase_11 AC 108 ms
31,056 KB
testcase_12 AC 107 ms
30,764 KB
testcase_13 AC 111 ms
30,840 KB
testcase_14 AC 113 ms
31,376 KB
testcase_15 AC 272 ms
31,164 KB
testcase_16 AC 137 ms
31,448 KB
testcase_17 AC 180 ms
31,272 KB
testcase_18 AC 185 ms
30,948 KB
testcase_19 AC 312 ms
31,608 KB
testcase_20 AC 478 ms
31,516 KB
testcase_21 AC 509 ms
31,416 KB
testcase_22 AC 704 ms
31,252 KB
testcase_23 AC 727 ms
31,156 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

A=*1..$>.sync=gets.to_i
X=A.select{|i|t=A-[i];puts"? #{t.size}\n#{t*?\s}";gets[?0]}
puts"! #{X.size}\n#{X*?\s}"
0