結果

問題 No.3048 Order and Harmony
ユーザー 👑 p-adicp-adic
提出日時 2023-09-12 21:29:13
言語 cLay
(20240104-1)
結果
WA  
実行時間 -
コード長 222 bytes
コンパイル時間 2,721 ms
コンパイル使用メモリ 173,064 KB
実行使用メモリ 4,388 KB
最終ジャッジ日時 2023-09-12 21:30:16
合計ジャッジ時間 63,146 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,380 KB
testcase_01 WA -
testcase_02 AC 4 ms
4,380 KB
testcase_03 AC 989 ms
4,380 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 3 ms
4,384 KB
testcase_07 WA -
testcase_08 AC 3 ms
4,384 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,384 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 3 ms
4,380 KB
testcase_20 AC 3 ms
4,384 KB
testcase_21 AC 3 ms
4,384 KB
testcase_22 AC 2 ms
4,384 KB
testcase_23 WA -
testcase_24 WA -
testcase_25 AC 304 ms
4,380 KB
testcase_26 AC 1,448 ms
4,384 KB
testcase_27 AC 1,994 ms
4,384 KB
testcase_28 AC 709 ms
4,384 KB
testcase_29 WA -
testcase_30 TLE -
testcase_31 WA -
testcase_32 AC 1,526 ms
4,380 KB
testcase_33 WA -
testcase_34 AC 44 ms
4,384 KB
testcase_35 WA -
testcase_36 AC 1,540 ms
4,380 KB
testcase_37 TLE -
testcase_38 AC 37 ms
4,384 KB
testcase_39 AC 605 ms
4,384 KB
testcase_40 AC 546 ms
4,384 KB
testcase_41 AC 1,018 ms
4,384 KB
testcase_42 AC 1,416 ms
4,384 KB
testcase_43 WA -
testcase_44 TLE -
testcase_45 AC 42 ms
4,384 KB
testcase_46 TLE -
testcase_47 TLE -
testcase_48 TLE -
testcase_49 WA -
testcase_50 AC 1,861 ms
4,380 KB
testcase_51 WA -
testcase_52 WA -
testcase_53 AC 1,609 ms
4,384 KB
testcase_54 WA -
testcase_55 WA -
testcase_56 AC 1,580 ms
4,380 KB
testcase_57 WA -
testcase_58 WA -
testcase_59 WA -
testcase_60 AC 1,551 ms
4,384 KB
testcase_61 AC 1,532 ms
4,384 KB
testcase_62 AC 1,286 ms
4,380 KB
testcase_63 WA -
testcase_64 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

ll@K,N[2]={K/2,K},B=10**8;modint f[11]={1,927880474,933245637,668123525,429277690,733333339,724464507,957939114,203191898,586445753,698611116},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