首页
编程
java
php
前端
首页
编程
java
php
前端
只需要输出1 3那一行,看看是哪里出了问题
试试在else下面写成
else
{
if (i==3&&j==4)
printf("not in the array\n");
}
点击展开全文