結果

問題 No.1836 Max Matrix
ユーザー tailstails
提出日時 2022-03-09 16:12:03
言語 cLay
(20240104-1)
結果
AC  
実行時間 81 ms / 2,000 ms
コード長 93 bytes
コンパイル時間 2,862 ms
コンパイル使用メモリ 172,656 KB
実行使用メモリ 4,352 KB
最終ジャッジ日時 2023-10-11 17:03:46
合計ジャッジ時間 4,638 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
4,352 KB
testcase_01 AC 2 ms
4,352 KB
testcase_02 AC 74 ms
4,348 KB
testcase_03 AC 72 ms
4,352 KB
testcase_04 AC 41 ms
4,352 KB
testcase_05 AC 60 ms
4,348 KB
testcase_06 AC 44 ms
4,348 KB
testcase_07 AC 69 ms
4,352 KB
testcase_08 AC 20 ms
4,348 KB
testcase_09 AC 69 ms
4,352 KB
testcase_10 AC 46 ms
4,348 KB
testcase_11 AC 1 ms
4,348 KB
testcase_12 AC 81 ms
4,348 KB
testcase_13 AC 31 ms
4,352 KB
testcase_14 AC 36 ms
4,352 KB
testcase_15 AC 3 ms
4,352 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