QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#631468#6659. 외곽 순환 도로 2gg_gongCompile Error//C++202.3kb2024-10-12 05:35:202024-10-12 05:35:22

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){
      |            ~~~~~~~~~^~~~
      |                         ()