結果
問題 |
No.388 階段 (1)
|
ユーザー |
|
提出日時 | 2018-10-24 22:44:10 |
言語 | PyPy2 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 70 bytes |
コンパイル時間 | 867 ms |
コンパイル使用メモリ | 76,308 KB |
実行使用メモリ | 75,664 KB |
最終ジャッジ日時 | 2024-11-19 05:38:03 |
合計ジャッジ時間 | 2,724 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 12 |
ソースコード
import math x,y = map(int, input().split()) print(math.floor(x/y) + 1)