Language
C++
Compiler
clang 8.0.0
Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic
Please enter 1, 2, or 3 numbers depending on whether you wantthe volume of a sphere, cylinder, or a box.
Box's volume is: 24
No number in input.
Sphere's volume is: 14.1372
Cylinder's volume is: 1231.5
Exit Code:
0