Skip to content

Instantly share code, notes, and snippets.

View Revethere's full-sized avatar
😴
Sleep, sleep and more sleep.

Revethere

😴
Sleep, sleep and more sleep.
View GitHub Profile
@cmpute
cmpute / fastio.hpp
Last active April 28, 2025 06:31
Code Snippets for IO Bursting in OJ
/*
* OJ中加速IO常用的代码片段
* Author Jacob C
* THU_ID 2014010812
*/
//OJ中常用的头文件和预编译指令
#ifndef _OJ_
#define DEBUG
#endif