結果
| 問題 | No.388 階段 (1) |
| コンテスト | |
| ユーザー |
hmh5130
|
| 提出日時 | 2017-06-16 11:59:35 |
| 言語 | Python3 (3.14.7 + numpy 2.5.2 + scipy 1.18.0 + ACL) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 132 bytes |
| 記録 | |
| コンパイル時間 | 55 ms |
| コンパイル使用メモリ | 14,848 KB |
| 実行使用メモリ | 10,880 KB |
| 最終ジャッジ日時 | 2026-09-07 05:43:52 |
| 合計ジャッジ時間 | 1,500 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 WA * 1 |
| other | AC * 8 WA * 4 |
ソースコード
first = input() split_first = first.split() S = int(split_first[0]) F = int(split_first[1]) import math print(str(math.ceil(S/F)))
hmh5130