結果
| 問題 | No.1184 Hà Nội |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2020-11-02 16:39:57 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 112 bytes |
| コンパイル時間 | 155 ms |
| コンパイル使用メモリ | 12,544 KB |
| 実行使用メモリ | 10,752 KB |
| 最終ジャッジ日時 | 2024-07-22 06:21:41 |
| 合計ジャッジ時間 | 2,160 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 23 WA * 4 |
ソースコード
import math N, L = map(int, input().split()) N = math.ceil(N / L) print(int(pow(2,N,998244353) - 1)%998244353)