結果

問題 No.2754 Cumulate and Drop
ユーザー 👑 p-adicp-adic
提出日時 2024-05-06 20:09:46
言語 cLay
(20240714-1)
結果
TLE  
実行時間 -
コード長 102 bytes
コンパイル時間 2,672 ms
コンパイル使用メモリ 173,304 KB
実行使用メモリ 13,644 KB
最終ジャッジ日時 2024-11-29 06:08:41
合計ジャッジ時間 35,965 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
10,496 KB
testcase_01 AC 2 ms
9,856 KB
testcase_02 AC 1 ms
10,496 KB
testcase_03 AC 1 ms
10,112 KB
testcase_04 AC 1 ms
10,496 KB
testcase_05 AC 1 ms
9,856 KB
testcase_06 AC 2 ms
10,496 KB
testcase_07 AC 2 ms
10,112 KB
testcase_08 AC 1,434 ms
10,496 KB
testcase_09 TLE -
testcase_10 TLE -
testcase_11 TLE -
testcase_12 TLE -
testcase_13 TLE -
testcase_14 TLE -
testcase_15 TLE -
testcase_16 AC 791 ms
10,496 KB
testcase_17 TLE -
testcase_18 TLE -
testcase_19 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

#define MD 998244353
ll@N;Mint A[N];rep(i,N){ll@a;A[i]=a;}rep(i,1,N)rep(j,i,N)A[j]+=A[j-1];wt(A[N-1]);
0