QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#872628 | #9226. Game of Geniuses | MaMengQi | Compile Error | / | / | C++20 | 1.2kb | 2025-01-26 02:58:44 | 2025-01-26 02:58:44 |
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:18: error: request for member ‘begin’ in ‘mat[i]’, which is of non-class type ‘long long int [60]’ 12 | #define all(x) x.begin(),x.end() | ^~~~~ answer.code:42:41: note: in expansion of macro ‘all’ 42 | maior = max(maior, *min_element(all(mat[i]))); | ^~~ answer.code:12:28: error: request for member ‘end’ in ‘mat[i]’, which is of non-class type ‘long long int [60]’ 12 | #define all(x) x.begin(),x.end() | ^~~ answer.code:42:41: note: in expansion of macro ‘all’ 42 | maior = max(maior, *min_element(all(mat[i]))); | ^~~