結果
問題 | No.1118 sin(x)/xの二乗和 |
ユーザー |
![]() |
提出日時 | 2025-03-31 17:59:41 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 103 bytes |
コンパイル時間 | 234 ms |
コンパイル使用メモリ | 82,368 KB |
実行使用メモリ | 54,336 KB |
最終ジャッジ日時 | 2025-03-31 18:00:39 |
合計ジャッジ時間 | 1,705 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 20 |
ソースコード
import mathx = float(input().strip())result = (math.pi - x + 1) / 2print("{0:.20f}".format(result))