結果

問題 No.2752 文字列の数え上げ mod 998244353
ユーザー 👑 p-adicp-adic
提出日時 2024-05-10 00:52:58
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 394 ms / 2,000 ms
コード長 80 bytes
コンパイル時間 292 ms
コンパイル使用メモリ 82,580 KB
実行使用メモリ 76,968 KB
最終ジャッジ日時 2024-05-10 20:50:37
合計ジャッジ時間 3,693 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 31 ms
52,420 KB
testcase_01 AC 34 ms
52,016 KB
testcase_02 AC 35 ms
52,072 KB
testcase_03 AC 33 ms
52,432 KB
testcase_04 AC 32 ms
53,164 KB
testcase_05 AC 32 ms
52,280 KB
testcase_06 AC 32 ms
53,060 KB
testcase_07 AC 31 ms
52,348 KB
testcase_08 AC 31 ms
52,144 KB
testcase_09 AC 31 ms
52,076 KB
testcase_10 AC 30 ms
52,188 KB
testcase_11 AC 32 ms
52,492 KB
testcase_12 AC 32 ms
52,704 KB
testcase_13 AC 32 ms
52,312 KB
testcase_14 AC 32 ms
52,276 KB
testcase_15 AC 31 ms
52,184 KB
testcase_16 AC 34 ms
51,964 KB
testcase_17 AC 32 ms
53,012 KB
testcase_18 AC 33 ms
52,216 KB
testcase_19 AC 33 ms
52,700 KB
testcase_20 AC 256 ms
76,524 KB
testcase_21 AC 394 ms
76,768 KB
testcase_22 AC 394 ms
76,908 KB
testcase_23 AC 391 ms
76,968 KB
testcase_24 AC 392 ms
76,820 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

I=input
P=998244353
for t in[0]*int(I()):print(319438194*~-pow(26,int(I()),P)%P)
0