結果
問題 |
No.1184 Hà Nội
|
ユーザー |
|
提出日時 | 2020-11-02 16:34:20 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 97 bytes |
コンパイル時間 | 89 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 11,008 KB |
最終ジャッジ日時 | 2024-07-22 06:21:27 |
合計ジャッジ時間 | 1,966 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 20 RE * 7 |
ソースコード
import math N, L = map(int, input().split()) N = math.ceil(N / L) print(int(math.pow(2,N) - 1))