Language
C++
Compiler
gcc 8.2.0
Options
Warnings
Boost 1.67.0
C++2a(GNU)
no pedantic
Raw compiler options
fort.c
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-8.2.0/include -std=gnu++2a fort.c
+---+---------+-------------+
| N | Planet | Speed, km/s |
+---+---------+-------------+
| 1 | Mercury | 47.362 |
| 2 | Venus | 35.02 |
| 3 | Earth | 29.78 |
+---+---------+-------------+
Exit Code:
0