結果

問題 No.2593 Reorder and Mod 120
ユーザー tailstails
提出日時 2023-12-21 10:26:54
言語 cLay
(20240104-1)
結果
WA  
実行時間 -
コード長 167 bytes
コンパイル時間 2,934 ms
コンパイル使用メモリ 173,512 KB
実行使用メモリ 6,548 KB
最終ジャッジ日時 2023-12-21 10:26:58
合計ジャッジ時間 3,399 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
6,548 KB
testcase_01 WA -
testcase_02 AC 2 ms
6,548 KB
testcase_03 AC 1 ms
6,548 KB
testcase_04 AC 2 ms
6,548 KB
testcase_05 AC 2 ms
6,548 KB
testcase_06 AC 1 ms
6,548 KB
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 1 ms
6,548 KB
testcase_12 AC 2 ms
6,548 KB
testcase_13 AC 2 ms
6,548 KB
testcase_14 AC 2 ms
6,548 KB
testcase_15 AC 2 ms
6,548 KB
testcase_16 AC 1 ms
6,548 KB
testcase_17 AC 2 ms
6,548 KB
testcase_18 AC 2 ms
6,548 KB
testcase_19 AC 2 ms
6,548 KB
testcase_20 AC 2 ms
6,548 KB
testcase_21 AC 2 ms
6,548 KB
testcase_22 AC 2 ms
6,548 KB
testcase_23 AC 3 ms
6,548 KB
testcase_24 AC 3 ms
6,548 KB
testcase_25 AC 3 ms
6,548 KB
testcase_26 AC 2 ms
6,548 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

ll d[9],e[120],g[]={39,30,60},b=3,r;void f(ll a){if(b--)rep(i,9){if(d[i]--)f(a+(i+1)*g[b]);++d[i];}else r+=!e[a%120]++;++b;}{ll@n;rep(n){char@c;++d[c-49];}f(0);wt(r);}
0