#include main(){ int s=0,a=5,n;scanf(\%d\,&n);do { s+=1; a=a-2; }while(a!=n);printf(\%d,%d\\n\,s,a);}若输入的值1,运行结果为( )

时间:2022-11-16 01:47:16

相似题目