Codeforcesのコンテストでのパフォーマンス推定値を確認します。
< Codeforces Performanceについてのフィードバック
Please update the value of perf to Math.floor(prev + change * 4 + change * change * 4 / prev) as it would be more accurate. Thanks!
perf
Math.floor(prev + change * 4 + change * change * 4 / prev)
返信を投稿するにはログインしてください。
Please update the value of
perf
toMath.floor(prev + change * 4 + change * change * 4 / prev)
as it would be more accurate. Thanks!