首页
编程
java
php
前端
首页
编程
java
php
前端
哪位看看这道题哪不对
scanf("%d",&N);
N都不知道多少,int ar[N][2]能通过编译?
修改为:scanf("%d",&ar[a][i])
点击展开全文