結果

問題 No.3048 Order and Harmony
ユーザー 👑 p-adicp-adic
提出日時 2023-09-12 21:26:51
言語 cLay
(20240104-1)
結果
WA  
実行時間 -
コード長 190 bytes
コンパイル時間 4,454 ms
コンパイル使用メモリ 171,764 KB
実行使用メモリ 8,760 KB
最終ジャッジ日時 2023-09-12 21:27:14
合計ジャッジ時間 21,552 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

ll@K,N[2]={K/2,K},B=8**9;modint f[8]={1,638916270,864357307,711403642,373979365,963971145,183143523,894672548},a[2];rep(e,2){a[e]=f[N[e]/B];REP(i,N[e]/B*B+1,N[e]+1)a[e]*=i;}wt(a[1]/a[0]**2);
0