結果
| 問題 | No.388 階段 (1) |
| コンテスト | |
| ユーザー |
iqalorie
|
| 提出日時 | 2018-02-20 14:03:43 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 99 bytes |
| 記録 | |
| コンパイル時間 | 577 ms |
| コンパイル使用メモリ | 20,732 KB |
| 実行使用メモリ | 36,092 KB |
| 最終ジャッジ日時 | 2026-04-02 14:58:27 |
| 合計ジャッジ時間 | 2,634 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge5_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 12 |
ソースコード
a,b = list(map(int,input().split())) print(a) print(b) print(a/b) print(int(a/b)) print(int(a/b)-1)
iqalorie