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 10000000 elements :
- position 2372834
- temps requis : 373 ms.
Recherche standard sur 10000000 elements :
- position 2372834
- temps requis : 367 ms.
Exit Code:
0