Language
C++
Compiler
clang HEAD 12.0.0 (https://github.com/llvm/llvm-project.git 1c19900f9417bd0b832c1cb70863b2439a18647f)
Options
Warnings
Optimization
Boost 1.73.0
C++17
no pedantic
$ clang++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.73.0/clang-head/include -std=c++17
Przed sortowaniem: : 655 637 161 369 981 993 39 885 470 28
Po sortowaniu: : 28 39 161 369 470 637 655 885 981 993
Czas: 124 ms
Exit Code:
0