結果
問題 | No.2359 A in S ? |
ユーザー | tails |
提出日時 | 2023-06-23 22:59:03 |
言語 | cLay (20240714-1) |
結果 |
WA
|
実行時間 | - |
コード長 | 295 bytes |
コンパイル時間 | 2,084 ms |
コンパイル使用メモリ | 174,344 KB |
実行使用メモリ | 240,384 KB |
最終ジャッジ日時 | 2024-07-01 02:45:22 |
合計ジャッジ時間 | 8,125 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 225 ms
238,464 KB |
testcase_01 | AC | 225 ms
238,592 KB |
testcase_02 | AC | 226 ms
238,720 KB |
testcase_03 | AC | 229 ms
238,592 KB |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | WA | - |
testcase_08 | WA | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | WA | - |
testcase_17 | WA | - |
testcase_18 | WA | - |
testcase_19 | WA | - |
ソースコード
ll@n,@m,d[300][100400]; rep(n){ ll@l,@r++,@x,@y; l+=(y-l)%%x; r+=(y-r)%%x; if(x<300){ d[x][l]+=1; d[x][r]-=1; }else{ rep(i,l,r,x){ d[0][i]+=1; } } } rep(x,1,300){ rep(i,x,100400){ d[x][i]+=d[x][i-x]; } rep(i,100400){ d[0][i]+=d[x][i]; } } rep(m){ ll@a; wt(d[0][a]); }