QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#757407 | #9226. Game of Geniuses | ucup-team1378# | Compile Error | / | / | C++14 | 550b | 2024-11-17 06:47:14 | 2024-11-17 06:47:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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()); | ^