#include using namespace std ; #define x1 15 int main() { cout << x1 << endl ; cout << 16 << endl ; int x2 = x1 ; return 0; }