proconlib

This documentation is automatically generated by competitive-verifier/competitive-verifier

View the Project on GitHub anqooqie/proconlib

:heavy_check_mark: QCFium's method (tools/qcfium.hpp)

#include "tools/qcfium.hpp"

It enables some compile options to speed up.

Constraints

Time Complexity

References

License

Author

Verified with

Code

#ifndef TOOLS_QCFIUM_HPP
#define TOOLS_QCFIUM_HPP

#pragma GCC target("avx2")
#pragma GCC optimize("O3")
#pragma GCC optimize("unroll-loops")

#endif
#line 1 "tools/qcfium.hpp"



#pragma GCC target("avx2")
#pragma GCC optimize("O3")
#pragma GCC optimize("unroll-loops")


Back to top page