Language
C++
Compiler
clang HEAD 8.0.0 (https://github.com/llvm-mirror/clang.git a04db9e679cb36126e3a246771d0f1323c8a3e20) (https://github.com/llvm-mirror/llvm.git 46f18c38323ced9b22bc69754185be30fb209aae)
Options
Warnings
Boost 1.68.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-head/include -std=gnu++2a
(0, 1, 1, 2, 3, 5, 8, 13, 21)
(0, 1, 1, 2, 3, 5, 8, 13, 21)
(0, 1, 1, 2, 3, 5, 8, 13, 21)
1. 0
2. 1
3. 1
4. 2
5. 3
6. 5
7. 8
8. 13
9. 21
| 0 | 1 | 1 | 2 | 3 | 5 | 8 | 13 | 21 |
| 0 | 1 | 1 | 2 | 3 | 5 | 8 | 13 | 21 |
| |
0, 1, 1, 2, 3, 5, 8, 13, 21,
0, 1, 1, 2, 3, 5, 8, 13, 21,
Exit Code:
0