QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#872626 | #9226. Game of Geniuses | HuangHanSheng | Compile Error | / | / | C++20 | 1.2kb | 2025-01-26 02:57:41 | 2025-01-26 02:57:53 |
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:41:20: error: ‘mat’ was not declared in this scope 41 | cin >> mat[i][j]; | ^~~ answer.code:42:45: error: ‘mat’ was not declared in this scope 42 | maior = max(maior, *min_element(all(mat[i]))); | ^~~ answer.code:12:16: note: in definition of macro ‘all’ 12 | #define all(x) x.begin(),x.end() | ^