标签:需要 sorry namespace 限制 括号 define include name names
#include
#define
尽量少用#include
#include <foo>
就不#include "foo"
#if,#endif
等预编译指令using
using namespace foo
,如有需要应使用using foo::bar
using foo = bar;
不限制缩进
4格缩进
大括号
大括号不换行才是最优雅的!大括号换行的都是异端!
大括号换行
空格
能用就用
压行
sorry我压行QAQ
标签:需要 sorry namespace 限制 括号 define include name names
原文地址:https://www.cnblogs.com/tyqtyq/p/tyq-code-style-in-OI.html