📜  #define cpp 中的在线判断 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:47.732000             🧑  作者: Mango

代码示例1
#ifndef ONLINE_JUDGE
  freopen("input.txt", "r", stdin);
  freopen("output.txt", "w", stdout);
#endif // ONLINE_JUDGE