結果
問題 |
No.2466 Root! Root! Root!
|
ユーザー |
👑 |
提出日時 | 2023-09-08 08:52:02 |
言語 | PyPy3 (7.3.15) |
結果 |
TLE
|
実行時間 | - |
コード長 | 82 bytes |
コンパイル時間 | 575 ms |
コンパイル使用メモリ | 82,048 KB |
実行使用メモリ | 86,016 KB |
最終ジャッジ日時 | 2024-06-28 11:37:47 |
合計ジャッジ時間 | 7,002 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | TLE * 1 |
other | -- * 24 |
ソースコード
N=int(input()) a=1 for i in range(N+100000000,N-1,-1):a=(1+i*a)**0.5 print(int(a))