Language
C++
Compiler
clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git 70f06000b1276168fa683adb4aa589a447090f23) (https://github.com/llvm-mirror/llvm.git 4505dff9b286ed80786b69e5a9705b8869723071)
Options
Warnings
Optimization
Don't Use Boost
C++17
-pedantic-errors
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -std=c++17 -pedantic-errors
Found palindrome of length 0 in :
Found palindrome of length 9 in forgeekskeegfor: geekskeeg
Found palindrome of length 1 in abc abc: a
Found palindrome of length 10 in forgeeksskeeg: geeksskeeg
Found palindrome of length 10 in geeksskeegfor: geeksskeeg
Found palindrome of length 5 in kayak: kayak
Exit Code:
0