Can I add << after a macro?

后端 未结 0 583
死守一世寂寞
死守一世寂寞 2020-12-14 07:50
#include 
using namespace std;

# define ONE 1;
# define TWO ;


int main(){

#ifdef ONE
    cout << ONE << endl;
#endif
}
相关标签:
回答
  • 消灭零回复
提交回复
热议问题