范围写着1~1000000,定义数组长度后在软件中可以运行,提交的时候居然说我的数组长度不对???┭┮﹏┭┮ 附(Your source code compiled to 8020192 bytes which is too big, too thick, too long for us..)为报错原因
改成 1000010 试试
int n, m, a[1001]; 长度 100
int n, m, a[1001];
共 2 条回复
改成 1000010 试试
int n, m, a[1001];
长度 100