Language
C++
Compiler
gcc HEAD 10.0.0 20190520 (experimental)
Options
Don't Use Boost
C++17
no pedantic
$ g++ prog.cc -std=c++17
778 nano seconds
Exit Code:
0
Author
anonymous
almost 6 years ago
C++
gcc HEAD 10.0.0 20190520 (experimental)
Author
anonymous
almost 6 years ago
$ g++ prog.cc -std=c++17
prog.cc: In function 'int main()':
prog.cc:9:37: warning: declaration 'using high_resolution_clock = struct std::chrono::_V2::system_clock' does not declare anything
9 | using Clock = typename std::chrono::high_resolution_clock ;
| ^~~~~~~~~~~~~~~~~~~~~
778 nano seconds