This documentation is automatically generated by online-judge-tools/verification-helper
#include "kpr/template/fix_vector_bool.hpp"#pragma once
#include <string>
#include <vector>
template<>
struct std::vector<bool>: std::basic_string<bool> {
using std::basic_string<bool>::basic_string, std::basic_string<bool>::operator =;
explicit vector(size_t n): vector(n, false) {}
};#line 2 "kpr/template/fix_vector_bool.hpp"
#include <string>
#include <vector>
template<>
struct std::vector<bool>: std::basic_string<bool> {
using std::basic_string<bool>::basic_string, std::basic_string<bool>::operator =;
explicit vector(size_t n): vector(n, false) {}
};