题目描述 填空 使用printf函数,写出和最后一行代码相同功能的代码。 int x = 101; char y = 'h'; double z= 3.141593; cout << x << y << z; (答案中不要有多余的空格)