This documentation is automatically generated by competitive-verifier/competitive-verifier
// 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;
}