cout<<"f("<<x<<") = "<<y<<endl;
cout << "f(" << x << ") = " << y;
/* printf吧,简单亿点 */ printf("f(%d)=%d", x, y);