设有以下程序,为使之正确运行,在【】中应添入的命令行是___。 【】 int main() { int x=2,y=3,z; z=pow(x,y) printf(%d\n,z); return 0; }

时间:2022-11-12 19:49:05

相似题目