QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#757407#9226. Game of Geniusesucup-team1378#Compile Error//C++14550b2024-11-17 06:47:142024-11-17 06:47:14

詳細信息

answer.code: In function ‘void solve()’:
answer.code:12:12: error: missing template arguments before ‘v’
   12 |     vector v(n, vi(n));
      |            ^
answer.code:14:42: error: ‘v’ was not declared in this scope
   14 |         for(int j = 0; j < n; ++j)cin >> v[i][j];
      |                                          ^
answer.code:17:29: error: ‘v’ was not declared in this scope
   17 |         m[i] = *min_element(v[i].begin(), v[i].end());
      |                             ^