Language
C++
Compiler
clang 5.0.0
Options
Warnings
Don't Use Boost
C++17
-pedantic-errors
$ clang++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors
s = abc, f = 1
s = abc, f = 1.5
s = abc, f = 2.25
s = abc, f = 3.375
s = abc, f = 5.0625
s = abc, f = 7.59375
s = abc, f = 11.3906
s = abc, f = 17.0859
s = abc, f = 25.6289
Exit Code:
0