QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#189669#7105. Pixel Artucup-team2039Compile Error//C++144.3kb2023-09-27 19:19:222023-09-27 19:19:22

Details

answer.code: In function ‘void solve()’:
answer.code:87:9: error: ‘vis’ was not declared in this scope
   87 |         vis[i]=0;
      |         ^~~
answer.code:151:22: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
  151 |             for(auto [u,v]:mp)
      |                      ^
answer.code: In member function ‘bool node::operator<(const node&)’:
answer.code:35:5: warning: control reaches end of non-void function [-Wreturn-type]
   35 |     }
      |     ^