結果
問題 | No.2683 Two Sheets |
ユーザー | 👑 p-adic |
提出日時 | 2024-03-21 08:56:24 |
言語 | cLay (20240714-1) |
結果 |
TLE
|
実行時間 | - |
コード長 | 258 bytes |
コンパイル時間 | 2,995 ms |
コンパイル使用メモリ | 175,876 KB |
実行使用メモリ | 13,636 KB |
最終ジャッジ日時 | 2024-09-30 10:02:08 |
合計ジャッジ時間 | 6,440 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 2 ms
13,636 KB |
testcase_01 | AC | 1 ms
6,820 KB |
testcase_02 | AC | 10 ms
6,816 KB |
testcase_03 | TLE | - |
testcase_04 | -- | - |
testcase_05 | -- | - |
testcase_06 | -- | - |
testcase_07 | -- | - |
testcase_08 | -- | - |
testcase_09 | -- | - |
testcase_10 | -- | - |
testcase_11 | -- | - |
testcase_12 | -- | - |
testcase_13 | -- | - |
testcase_14 | -- | - |
testcase_15 | -- | - |
ソースコード
ll@H,@W,@A,@B;mint a,S,t,u;a.setmod(998244353);a=H*W;S=(H-A+1)*(W-B+1);rep(i,H){u=0;rep(j,W){t=(1-(max(min(i,H-A)-max(i-A,-1),0)*max(min(j,W-B)-max(j-B,-1),0))/S)**2;if(B<=j<W-B)u+=t*(W-2B),j=W-B-1;else u+=t;}if(A<=i<H-A)a-=u*(H-2A),i=H-A-1;else a-=u;}wt(a);