結果

問題 No.946 箱箱箱
ユーザー 👑 hos.lyrichos.lyric
提出日時 2019-12-09 03:30:34
言語 Ruby
(3.3.0)
結果
AC  
実行時間 1,371 ms / 2,000 ms
コード長 151 bytes
コンパイル時間 119 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 46,312 KB
最終ジャッジ日時 2024-06-27 03:16:40
合計ジャッジ時間 56,020 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 94 ms
12,160 KB
testcase_01 AC 93 ms
12,160 KB
testcase_02 AC 91 ms
12,288 KB
testcase_03 AC 1,330 ms
46,164 KB
testcase_04 AC 1,365 ms
46,184 KB
testcase_05 AC 93 ms
12,160 KB
testcase_06 AC 1,368 ms
46,036 KB
testcase_07 AC 1,277 ms
46,312 KB
testcase_08 AC 1,214 ms
46,164 KB
testcase_09 AC 1,201 ms
46,016 KB
testcase_10 AC 1,320 ms
46,140 KB
testcase_11 AC 95 ms
12,288 KB
testcase_12 AC 1,174 ms
46,040 KB
testcase_13 AC 1,221 ms
45,888 KB
testcase_14 AC 1,286 ms
46,184 KB
testcase_15 AC 1,297 ms
44,556 KB
testcase_16 AC 1,317 ms
46,036 KB
testcase_17 AC 1,305 ms
46,156 KB
testcase_18 AC 1,292 ms
46,040 KB
testcase_19 AC 1,186 ms
46,180 KB
testcase_20 AC 97 ms
12,160 KB
testcase_21 AC 1,275 ms
44,640 KB
testcase_22 AC 1,291 ms
44,556 KB
testcase_23 AC 1,303 ms
46,036 KB
testcase_24 AC 1,277 ms
46,280 KB
testcase_25 AC 1,188 ms
45,912 KB
testcase_26 AC 1,319 ms
46,140 KB
testcase_27 AC 1,295 ms
44,428 KB
testcase_28 AC 1,322 ms
44,628 KB
testcase_29 AC 1,237 ms
44,560 KB
testcase_30 AC 1,297 ms
46,312 KB
testcase_31 AC 1,301 ms
46,308 KB
testcase_32 AC 1,267 ms
44,872 KB
testcase_33 AC 1,303 ms
46,012 KB
testcase_34 AC 1,236 ms
45,756 KB
testcase_35 AC 1,297 ms
46,040 KB
testcase_36 AC 1,371 ms
46,264 KB
testcase_37 AC 1,362 ms
46,048 KB
testcase_38 AC 1,186 ms
46,264 KB
testcase_39 AC 1,257 ms
45,500 KB
testcase_40 AC 1,274 ms
46,184 KB
testcase_41 AC 1,317 ms
45,888 KB
testcase_42 AC 1,294 ms
46,268 KB
testcase_43 AC 1,354 ms
46,236 KB
testcase_44 AC 1,186 ms
46,264 KB
testcase_45 AC 1,361 ms
46,044 KB
testcase_46 AC 1,365 ms
45,920 KB
testcase_47 AC 92 ms
12,160 KB
testcase_48 AC 96 ms
12,160 KB
testcase_49 AC 93 ms
12,160 KB
testcase_50 AC 93 ms
12,288 KB
testcase_51 AC 94 ms
12,160 KB
testcase_52 AC 94 ms
12,032 KB
testcase_53 AC 94 ms
12,160 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

a=$<.map &:to_i
n=a[0]
f={}
n.downto(0){|i|g={};s=0;(i+1).upto(n){|j|s^=a[j];g[s^f[j]]=1};n.downto(0){|x|g[x]||f[i]=x}}
print :Taka,f[0]>0?:h: :n,:ashi
0