Skip to content

Instantly share code, notes, and snippets.

面向竞赛框架(自用)

基础框架

支持:多组测试样例、快速读入(rd)、检查变量(debug())、检查容器(vdebug())、检查二进制(bit8())、以及LL PII

#include <iostream>
#include <vector>
#include <map>
#include <cmath>
#include <algorithm>
#include <climits>