求由以下两条抛物线所围成区域的面积:$y = (x - a)^2$ 和 $x = (y - a)^2$。
输入格式
第一行包含一个整数 $a$ ($1 \le a \le 10^{18}$)。
输出格式
输出问题的答案,保留小数点后恰好 10 位,并使用标准的四舍五入规则。
样例
样例输入 1
2
样例输出 1
7.6666666667
求由以下两条抛物线所围成区域的面积:$y = (x - a)^2$ 和 $x = (y - a)^2$。
第一行包含一个整数 $a$ ($1 \le a \le 10^{18}$)。
输出问题的答案,保留小数点后恰好 10 位,并使用标准的四舍五入规则。
2
7.6666666667
The discussion section is only for posting: General Discussions (problem-solving strategies, alternative approaches), and Off-topic conversations.
This is NOT for reporting issues! If you want to report bugs or errors, please use the Issues section below.
If you find any issues with the problem (statement, scoring, time/memory limits, test cases, etc.), you may submit an issue here. A problem moderator will review your issue.
Guidelines: