結果
| 問題 |
No.2088 数当てゲーム
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-09-30 21:34:26 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 96 bytes |
| コンパイル時間 | 340 ms |
| コンパイル使用メモリ | 82,320 KB |
| 実行使用メモリ | 66,636 KB |
| 最終ジャッジ日時 | 2024-12-22 22:34:10 |
| 合計ジャッジ時間 | 4,885 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 21 |
ソースコード
import numpy as np
A=int(input())
B=int(input())
if A==1:
print(0)
else:
print(B/(1-A))