結果

問題 No.1836 Max Matrix
ユーザー tailstails
提出日時 2022-03-09 16:12:03
言語 cLay
(20240714-1)
結果
AC  
実行時間 82 ms / 2,000 ms
コード長 93 bytes
コンパイル時間 3,191 ms
コンパイル使用メモリ 175,324 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-09-13 15:43:14
合計ジャッジ時間 4,612 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
6,812 KB
testcase_01 AC 2 ms
6,940 KB
testcase_02 AC 74 ms
6,944 KB
testcase_03 AC 73 ms
6,940 KB
testcase_04 AC 41 ms
6,944 KB
testcase_05 AC 60 ms
6,940 KB
testcase_06 AC 44 ms
6,944 KB
testcase_07 AC 69 ms
6,940 KB
testcase_08 AC 20 ms
6,940 KB
testcase_09 AC 68 ms
6,944 KB
testcase_10 AC 46 ms
6,944 KB
testcase_11 AC 1 ms
6,940 KB
testcase_12 AC 82 ms
6,944 KB
testcase_13 AC 31 ms
6,940 KB
testcase_14 AC 37 ms
6,944 KB
testcase_15 AC 3 ms
6,944 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
ll@h,@w,@m;Mint a,b;wt(sum[i,0,m]((a=i+1,b=i,(a**h-b**h)*(a**w-b**w))));
0