QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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()); | ^