[洛谷日报#265]关于 C++ 未定义行为的一些事 2020-02-19 OI C++ Q:萌新求助,为啥不开 -O2 能 AC,开了 -O2 就 RE/TLE/WA 了? A:你的程序可能有 ... Read More
Blowing up unordered_map, and how to stop getting hacked on it 2019-02-19 OI C++ C++ has always had the convenient data structures std::set and std::map, which... Read More