问题在与 while(a
已改
#include
void main()
{
int a=1,b=2,c=3,t;
while(a {t=a;a=b;b=t;c--;}
printf("%d,%d,%d",a,b,c);
}
并输出结果。~ 上面的问题给出答案时并写出注释谢谢 #include "stdio.h" void main() { static int i,abc,space,number,other; char str[100];
a
想知道怎么得到1 2 1 看我的答案,想怎么得到 2 1 2 ,看楼上的!
开始 a=1 b=2 c=3 执行a