QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#631468 | #6659. 외곽 순환 도로 2 | gg_gong | Compile Error | / | / | C++20 | 2.3kb | 2024-10-12 05:35:20 | 2024-10-12 05:35:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dfs(long long int)’: answer.code:44:21: error: invalid use of member function ‘constexpr std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = long long int; _Alloc = std::allocator<long long int>; size_type = long unsigned int]’ (did you forget the ‘()’ ?) 44 | if(reach[u].size==0){ | ~~~~~~~~~^~~~ | ()