QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#293806 | #7749. A Simple MST Problem | GuanYunchang | Compile Error | / | / | C++20 | 3.4kb | 2023-12-29 19:34:49 | 2023-12-29 19:34:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from /usr/include/c++/11/cassert:44, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:33, from answer.code:1: answer.code: In function ‘int main()’: answer.code:4:22: error: request for member ‘size’ in ‘lop’, which is of non-class type ‘std::vector<int> [1000005]’ 4 | #define sz(x) (int)x.size() | ^~~~ answer.code:107:16: note: in expansion of macro ‘sz’ 107 | assert(sz(lop) <= 7); | ^~