#include <bits/stdc++.h>//导入万能头文件
using namespace std;//命名空间
int main(){//主方法: 程序的入口

  return 0;//结束
}

0 条评论

目前还没有评论...