結果

問題 No.2619 Sorted Nim
ユーザー tailstails
提出日時 2024-01-26 22:30:10
言語 cLay
(20240104-1)
結果
WA  
実行時間 -
コード長 73 bytes
コンパイル時間 2,893 ms
コンパイル使用メモリ 172,748 KB
実行使用メモリ 6,676 KB
最終ジャッジ日時 2024-01-26 22:30:19
合計ジャッジ時間 6,405 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,548 KB
testcase_01 AC 2 ms
6,548 KB
testcase_02 WA -
testcase_03 AC 7 ms
6,548 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 7 ms
6,548 KB
testcase_09 WA -
testcase_10 AC 8 ms
6,548 KB
testcase_11 WA -
testcase_12 AC 7 ms
6,548 KB
testcase_13 WA -
testcase_14 AC 7 ms
6,548 KB
testcase_15 WA -
testcase_16 AC 7 ms
6,548 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 7 ms
6,548 KB
testcase_23 WA -
testcase_24 AC 7 ms
6,548 KB
testcase_25 AC 7 ms
6,548 KB
testcase_26 AC 6 ms
6,548 KB
testcase_27 AC 7 ms
6,548 KB
testcase_28 AC 7 ms
6,548 KB
testcase_29 WA -
testcase_30 AC 7 ms
6,548 KB
testcase_31 WA -
testcase_32 WA -
testcase_33 WA -
testcase_34 AC 6 ms
6,548 KB
testcase_35 WA -
testcase_36 WA -
testcase_37 AC 2 ms
6,548 KB
testcase_38 AC 6 ms
6,548 KB
testcase_39 WA -
testcase_40 AC 7 ms
6,548 KB
testcase_41 WA -
testcase_42 WA -
testcase_43 WA -
testcase_44 WA -
testcase_45 AC 7 ms
6,548 KB
testcase_46 AC 7 ms
6,548 KB
testcase_47 WA -
testcase_48 AC 2 ms
6,548 KB
testcase_49 AC 7 ms
6,548 KB
testcase_50 AC 6 ms
6,548 KB
testcase_51 WA -
testcase_52 AC 1 ms
6,548 KB
testcase_53 WA -
testcase_54 AC 6 ms
6,548 KB
testcase_55 WA -
testcase_56 WA -
testcase_57 WA -
testcase_58 AC 7 ms
6,548 KB
testcase_59 WA -
testcase_60 AC 6 ms
6,548 KB
testcase_61 AC 7 ms
6,548 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@n,@a[n],g=0;rep(i,n&1,n,2)g^=a[i]-(i?a[i-1]:0);wt(g?"First":"Second");
0