#include using namespace std; #define SEVENTEEN (14 + 3) #define PLUS(a, b) (a + b) int main() { cout << SEVENTEEN << " " << PLUS(3, 14) << endl; }