#include "stdio.h" void main() { int a=1,b=2,c=2,t; while(a<b<c) {t=a;a=b;b=t;c--;} printf("a=%d,b=%

2024-11-15 07:36:41
推荐回答(1个)
回答1:

a=1,b=2,c=0