Language
C++
Compiler
gcc HEAD 10.0.0 20200105 (experimental)
Options
Warnings
Optimization
Boost 1.64.0
C++2a(GNU)
no pedantic
Raw compiler options
-O2
$ g++ prog.cc -Wall -Wextra -O2 -march=native -I/opt/wandbox/boost-1.64.0/gcc-head/include -std=gnu++2a -O2
Recherche manuelle sur 50000000 elements:
- position 27416788
- temps requis : 52 ms.
Recherche standard sur 50000000 elements:
- position 27416788
- temps requis : 46 ms.
Exit Code:
0