結果
問題 |
No.2088 数当てゲーム
|
ユーザー |
![]() |
提出日時 | 2022-09-30 21:29:06 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 73 bytes |
コンパイル時間 | 353 ms |
コンパイル使用メモリ | 82,448 KB |
実行使用メモリ | 53,904 KB |
最終ジャッジ日時 | 2024-12-22 22:23:28 |
合計ジャッジ時間 | 3,965 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 4 WA * 17 |
ソースコード
A=int(input()) B=int(input()) if A==1: print(0) else: print(B//(A-1))