填空题 以下程序运行时,输出到屏幕的结果是 1(6) 2 。 #include int main3 { int a=6,b=15,t=a; while (t%b! =0) t+=a; printf("%d",t); return 0; }
  • 1、
【正确答案】 1、30    
【答案解析】