/MyIO

For OIers who TLE because of cin/cout

Primary LanguageC++GNU General Public License v3.0GPL-3.0

MyIO

Your stupid school OJ make your cin/cout TLE? This is for you!

Description

Just simply replacing cin/cout with scanf/printf.
As I don't know how to transfer custom types,using cin/cout as bool type, such as while(cin>>n) is not supported.
Some types are not supported yet.

Usage

Copy myio.cpp into the top of your code, after using namespace std.