Language
C++
Compiler
gcc 11.1.0
Options
Warnings
Don't Use Boost
C++17
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic
Enter a double value followed by a unit (cm, m, in, ft): 200m
200m is the first value therefore is the smallest and largest so far.
0.23m
0.23m is the smallest so far.
11.8866m
11.8866m
Exit Code:
0