引用于:https://blog.csdn.net/sugar_free_mint/article/details/82950114
文件格式:
/*
ID:your id here (你的名字例如 abc)
LANG:C++
TASK: (题目的名字例如 test)
*/
#include <cstdio>
#define rr register
using namespace std;
int main(){
freopen(".in","r",stdin);
freopen(".out","w",stdout);
return 0;
}