#include using namespace std; #define SEVENTEEN 17 int main() { #ifdef SEVENTEEN cout << SEVENTEEN << endl; #else cout << 18 << endl; #endif }