Yuri3's Code Library

Some Code Template Just for Fun.

View the Project on GitHub Yuri3-xr/CP-library

:heavy_check_mark: Template/Template.hpp

Required by

Verified with

Code

#pragma once

#include <bits/stdc++.h>

using i64 = std::int64_t;
#line 2 "Template/Template.hpp"

#include <bits/stdc++.h>

using i64 = std::int64_t;
Back to top page