library

This documentation is automatically generated by online-judge-tools/verification-helper

View the Project on GitHub matumoto1234/library

:heavy_check_mark: tools/base.hpp

Required by

Verified with

Code

#pragma once

namespace matumoto {
  using namespace std;
}
#line 2 "tools/base.hpp"

namespace matumoto {
  using namespace std;
}
Back to top page