結果
問題 |
No.388 階段 (1)
|
ユーザー |
![]() |
提出日時 | 2018-02-20 14:03:43 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 99 bytes |
コンパイル時間 | 190 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-07-19 06:54:54 |
合計ジャッジ時間 | 1,348 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
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)