Find the surface area of a cuboid. We have included an image of a cuboid for your reference.
Input
The only line of input contains three integers: the length ($L$), width ($W$) and height ($H$) of a cuboid. ($1 \le L, W, H \le 100$)
Output
Output the surface area of the cuboid.
Sample Test Cases
Input | Output | |
---|---|---|
10 20 30 | 2200 |
Scoring: Per Subtask
Authored by s16f22
Appeared in 2024 Mini Contest 0