下面程序的时间复杂度为()。for(i = 0; i < m; i++) for(j = 0; j < n; j++ ) A[i][j] = i*j; A、O(m2); B、O(n2); C、O(m × n); D、O(m + n) 发布时间:2025-07-29 18:57:28