This documentation is automatically generated by online-judge-tools/verification-helper
#include "kpr/template/all_rall_macro.hpp"#pragma once
#include <iterator>
#define all(...) std::begin(__VA_ARGS__), std::end(__VA_ARGS__)
#define rall(...) std::rbegin(__VA_ARGS__), std::rend(__VA_ARGS__)#line 2 "kpr/template/all_rall_macro.hpp"
#include <iterator>
#define all(...) std::begin(__VA_ARGS__), std::end(__VA_ARGS__)
#define rall(...) std::rbegin(__VA_ARGS__), std::rend(__VA_ARGS__)