結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 92 ms
12,160 KB
testcase_01 AC 92 ms
12,160 KB
testcase_02 AC 89 ms
12,288 KB
testcase_03 AC 1,332 ms
46,184 KB
testcase_04 AC 1,357 ms
46,140 KB
testcase_05 AC 91 ms
12,288 KB
testcase_06 AC 1,357 ms
46,056 KB
testcase_07 AC 1,278 ms
46,128 KB
testcase_08 AC 1,212 ms
46,268 KB
testcase_09 AC 1,202 ms
46,236 KB
testcase_10 AC 1,324 ms
46,164 KB
testcase_11 AC 96 ms
12,160 KB
testcase_12 AC 1,182 ms
44,560 KB
testcase_13 AC 1,217 ms
44,684 KB
testcase_14 AC 1,307 ms
46,192 KB
testcase_15 AC 1,317 ms
45,924 KB
testcase_16 AC 1,341 ms
46,096 KB
testcase_17 AC 1,321 ms
46,048 KB
testcase_18 AC 1,311 ms
46,244 KB
testcase_19 AC 1,190 ms
46,232 KB
testcase_20 AC 97 ms
12,160 KB
testcase_21 AC 1,287 ms
46,152 KB
testcase_22 AC 1,290 ms
46,016 KB
testcase_23 AC 1,300 ms
45,888 KB
testcase_24 AC 1,275 ms
44,684 KB
testcase_25 AC 1,189 ms
46,128 KB
testcase_26 AC 1,320 ms
45,916 KB
testcase_27 AC 1,284 ms
46,004 KB
testcase_28 AC 1,315 ms
45,888 KB
testcase_29 AC 1,229 ms
46,048 KB
testcase_30 AC 1,291 ms
46,256 KB
testcase_31 AC 1,291 ms
45,992 KB
testcase_32 AC 1,254 ms
44,872 KB
testcase_33 AC 1,297 ms
46,012 KB
testcase_34 AC 1,233 ms
45,884 KB
testcase_35 AC 1,318 ms
46,016 KB
testcase_36 AC 1,366 ms
46,268 KB
testcase_37 AC 1,369 ms
46,180 KB
testcase_38 AC 1,192 ms
46,312 KB
testcase_39 AC 1,289 ms
45,592 KB
testcase_40 AC 1,267 ms
46,040 KB
testcase_41 AC 1,314 ms
46,096 KB
testcase_42 AC 1,295 ms
46,228 KB
testcase_43 AC 1,367 ms
46,180 KB
testcase_44 AC 1,198 ms
46,300 KB
testcase_45 AC 1,363 ms
46,108 KB
testcase_46 AC 1,365 ms
44,692 KB
testcase_47 AC 92 ms
12,032 KB
testcase_48 AC 92 ms
12,032 KB
testcase_49 AC 91 ms
12,288 KB
testcase_50 AC 90 ms
12,160 KB
testcase_51 AC 92 ms
12,032 KB
testcase_52 AC 89 ms
12,288 KB
testcase_53 AC 90 ms
12,288 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