单项选择题
A.INPUT x、y、z; B.scanf(" % d%d%d", &x, &y, &z); C.scanf(" % d% d% d", x, y, z); D.read(" % d% d% d", &x, &y, &z);