Language
C++
Compiler
clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git dc6514a0292124ec0e627e003d2ec668f2ea472f) (https://github.com/llvm-mirror/llvm.git 650bbe0ff0dc094ec13a4de9047f459ff33e8183)
Options
Warnings
Boost 1.67.0
C++14
no pedantic
Raw compiler options
-I.
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/clang-head/include -std=c++14 -I.
[coro]
1, 2, 3, 4, 5, 6, 7, 8, 9,
------------
[range]
1, 2, 3, 4, 5, 6, 7, 8, 9,
------------
[recursive_range]
1, 2, 3, 4, 5, 6, 7, 8, 9,
------------
[task]
ans: 65536
------------
Exit Code:
0