程序运行后,当输入14 63 <回车> 时,输出结果是 【8】 。
(9)有以下程序
#include
main()
{ int i,j,a[][3]={1,2,3,4,5,6,7,8,9};
for(