Skip to content

Instantly share code, notes, and snippets.

View Revethere's full-sized avatar
🙃
Couch Potato with Involution

山城雾遇 Revethere

🙃
Couch Potato with Involution
View GitHub Profile
@cmpute
cmpute / fastio.hpp
Last active August 11, 2023 07:58
Code Snippets for IO Bursting in OJ
/*
* OJ中加速IO常用的代码片段
* Author Jacob C
* THU_ID 2014010812
*/
//OJ中常用的头文件和预编译指令
#ifndef _OJ_
#define DEBUG
#endif