結果
問題 |
No.1184 Hà Nội
|
ユーザー |
![]() |
提出日時 | 2021-10-18 07:45:25 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 80 bytes |
コンパイル時間 | 132 ms |
コンパイル使用メモリ | 82,224 KB |
実行使用メモリ | 309,004 KB |
最終ジャッジ日時 | 2024-09-19 00:36:57 |
合計ジャッジ時間 | 2,499 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 20 RE * 7 |
ソースコード
import math n,l = map(int,input().split()) print(2 ** max(1,math.ceil(n/l)) - 1)