結果
| 問題 | No.388 階段 (1) |
| コンテスト | |
| ユーザー |
hmh5130
|
| 提出日時 | 2017-06-16 11:57:55 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 133 bytes |
| 記録 | |
| コンパイル時間 | 349 ms |
| コンパイル使用メモリ | 20,956 KB |
| 実行使用メモリ | 15,584 KB |
| 最終ジャッジ日時 | 2026-04-17 06:50:32 |
| 合計ジャッジ時間 | 2,836 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 12 |
ソースコード
first = input() split_first = first.split() S = int(split_first[0]) F = int(split_first[1]) import math print(str(math.floor(S/F)))
hmh5130