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