[此贴子已经被作者于2016-6-25 14:33编辑过]
do { result[i][0] = rand() % 100; result[i][2] = rand() % 100; } while (result[i][2] = 0); //少了个=