結果
問題 |
No.388 階段 (1)
|
ユーザー |
![]() |
提出日時 | 2016-09-16 00:04:03 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 187 bytes |
コンパイル時間 | 215 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 6,400 KB |
最終ジャッジ日時 | 2024-11-17 06:18:01 |
合計ジャッジ時間 | 870 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 WA * 1 |
other | AC * 8 WA * 4 |
ソースコード
# -*- coding: utf-8 -*- from __future__ import absolute_import from __future__ import unicode_literals import math l = map(float, raw_input().split()) print (int(math.ceil(l[0]/l[1])))