https://www.acmicpc.net/problem/2566 2566 최댓값 #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int row = 9, col = 9 ,max =0, idi=0, idj=0; vector ij_arr(row, vector(col)); for (int i = 0; i > input_num; if (input_num > max) { max = input_num; idi = i; idj = j; } } } cout