如果,抱著軟體的熱忱無法生存,至少盡可能的讓我將靈魂撰寫於程式之中。
#define FOR(start, end, exp) \ { \ for (int n__ = start; n__ < end; ++n__) \ { \ (exp); \ } \ }