結果
問題 |
No.2971 無理積分
|
ユーザー |
👑 |
提出日時 | 2023-08-25 14:34:22 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 44 ms / 1,000 ms |
コード長 | 73 bytes |
コンパイル時間 | 161 ms |
コンパイル使用メモリ | 82,508 KB |
実行使用メモリ | 60,888 KB |
最終ジャッジ日時 | 2024-08-16 01:00:36 |
合計ジャッジ時間 | 2,956 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 36 |
ソースコード
N=int(input()) c=9999 print(sum(((i/c)**3+N**3)**0.5for i in range(c))/c)