{"problem":{"name":"Maximum Volume","description":{"content":"Given is a positive integer $L$. Find the maximum possible volume of a rectangular cuboid whose sum of the dimensions (not necessarily integers) is $L$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc159_c"},"statements":[{"statement_type":"Markdown","content":"Given is a positive integer $L$. Find the maximum possible volume of a rectangular cuboid whose sum of the dimensions (not necessarily integers) is $L$.\n\n## Constraints\n\n*   $1 ≤ L ≤ 1000$\n*   $L$ is an integer.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$L$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc159_c","tags":[],"sample_group":[["3","1.000000000000\n\nFor example, a rectangular cuboid whose dimensions are $0.8$, $1$, and $1.2$ has a volume of $0.96$.\nOn the other hand, if the dimensions are $1$, $1$, and $1$, the volume of the rectangular cuboid is $1$, which is greater."],["999","36926037.000000000000"]],"created_at":"2026-03-03 11:01:14"}}