如何使用USACO
引用于: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;
}

相关文章:

  • 2021-12-29
  • 2021-10-03
  • 2021-08-03
  • 2021-11-13
  • 2021-09-20
  • 2021-09-28
  • 2021-09-28
  • 2021-12-15
猜你喜欢
  • 2021-10-11
  • 2021-05-29
  • 2021-05-13
  • 2021-09-11
  • 2021-09-11
  • 2021-11-14
  • 2021-04-10
相关资源
相似解决方案