結果

問題 No.1086 桁和の桁和2
ユーザー tailstails
提出日時 2020-07-10 17:56:39
言語 cLay
(20240714-1)
結果
AC  
実行時間 98 ms / 3,000 ms
コード長 118 bytes
コンパイル時間 2,499 ms
コンパイル使用メモリ 174,308 KB
実行使用メモリ 7,916 KB
最終ジャッジ日時 2024-07-05 13:40:25
合計ジャッジ時間 5,387 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,812 KB
testcase_01 AC 2 ms
6,940 KB
testcase_02 AC 2 ms
6,940 KB
testcase_03 AC 2 ms
6,944 KB
testcase_04 AC 2 ms
6,944 KB
testcase_05 AC 89 ms
7,748 KB
testcase_06 AC 2 ms
6,940 KB
testcase_07 AC 1 ms
6,944 KB
testcase_08 AC 2 ms
6,940 KB
testcase_09 AC 1 ms
6,944 KB
testcase_10 AC 56 ms
7,112 KB
testcase_11 AC 17 ms
6,940 KB
testcase_12 AC 4 ms
6,940 KB
testcase_13 AC 71 ms
6,944 KB
testcase_14 AC 45 ms
6,940 KB
testcase_15 AC 13 ms
6,940 KB
testcase_16 AC 70 ms
7,492 KB
testcase_17 AC 7 ms
6,944 KB
testcase_18 AC 95 ms
6,988 KB
testcase_19 AC 78 ms
6,940 KB
testcase_20 AC 11 ms
6,940 KB
testcase_21 AC 68 ms
7,620 KB
testcase_22 AC 95 ms
7,620 KB
testcase_23 AC 59 ms
7,364 KB
testcase_24 AC 41 ms
7,916 KB
testcase_25 AC 81 ms
7,616 KB
testcase_26 AC 66 ms
6,940 KB
testcase_27 AC 48 ms
7,112 KB
testcase_28 AC 40 ms
7,240 KB
testcase_29 AC 46 ms
6,940 KB
testcase_30 AC 98 ms
6,940 KB
testcase_31 AC 98 ms
7,492 KB
testcase_32 AC 97 ms
6,940 KB
testcase_33 AC 98 ms
7,620 KB
testcase_34 AC 98 ms
7,620 KB
testcase_35 AC 89 ms
6,980 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll n,l[3d5];Mint a=10,b=1;{rd(n,l(3n));rep(i,n)l[2n+i]?b*=(a**l[n+i]-a**l[i])/9+(i&&l[2n+i]==l[2n+i-1]):b=b==1;wt(b);}
0