proconlib

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

View the Project on GitHub anqooqie/proconlib

:heavy_check_mark: tests/qcfium.test.cpp

Depends on

Code

// competitive-verifier: STANDALONE
#ifdef __clang__
  #define IGNORE
#endif

#include <iostream>
#include "tools/qcfium.hpp"

int main() {
  std::cin.tie(nullptr);
  std::ios_base::sync_with_stdio(false);

  return 0;
}
#line 1 "tests/qcfium.test.cpp"
// competitive-verifier: STANDALONE
#ifdef __clang__
  #define IGNORE
#endif

#include <iostream>
#line 1 "tools/qcfium.hpp"



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


#line 8 "tests/qcfium.test.cpp"

int main() {
  std::cin.tie(nullptr);
  std::ios_base::sync_with_stdio(false);

  return 0;
}
Back to top page