// #include #define PI 3.1415926535 int main(int argc, char **argv) { double x; x = PI; cout << "x = " << x << endl; }