#include using namespace std; # define ONE 1; # define TWO ; int main(){ #ifdef ONE cout << ONE << endl; #endif }