結果
| 問題 |
No.1466 I am not genius.
|
| コンテスト | |
| ユーザー |
👑 Kazun
|
| 提出日時 | 2021-04-02 22:16:12 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 265 bytes |
| コンパイル時間 | 407 ms |
| コンパイル使用メモリ | 82,304 KB |
| 実行使用メモリ | 80,384 KB |
| 最終ジャッジ日時 | 2024-12-23 19:49:33 |
| 合計ジャッジ時間 | 4,359 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 WA * 25 |
ソースコード
from decimal import Decimal
from decimal import *
from math import sqrt
getcontext().prec = 50
A=Decimal("-0.000074055680772525633944239899745486867270850876339812")
B=Decimal("0.31830988618379067153776752674502872406891929148091")
x=Decimal(input())
print(x*A/B)
Kazun