include <stdio.h>main(){int x = 1;while (!x){x *= x;}printf("%d", x);}下面说法正确的是

A.死循环,没有运行结果 B.运行结果为1 C.运行结果为0 D.循环执行1次

时间:2023-11-17 06:36:23

相似题目