library

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

View the Project on GitHub matumoto1234/library

:x: graph/base.hpp

Required by

Verified with

Code

#pragma once

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

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