Language
C++
Compiler
clang 6.0.1
Options
Warnings
Boost 1.68.0
C++14
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-6.0.1/include -std=c++14
Hello, Wandbox!
[0,1,2,3,4,5,6,7,8,9,10,11]
size: 12
front: 0
[ 0 ]: 0
back: 11
[ 11 ]: 11
[ s-1 ]: 11
Evenly divisible stride:
[0,3,6,9]
size: 4
front: 0
[ 0 ]: 0
back: 9
[ 3 ]: 9
[ s-1 ]: 9
Not evenly divisible stride:
[0,5,10]
size: 3
front: 0
[ 0 ]: 0
back: 4
[ 2 ]: 10
[ s-1 ]: 10
Exit Code:
0