QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#745243#8818. Colorful Graph 3Z_301Compile Error//C++141.7kb2024-11-14 08:34:082024-11-14 08:34:09

Details

answer.code: In function ‘void work()’:
answer.code:46:20: error: redeclaration of ‘int T’
   46 |         static int T; if(T==67) cout<<n<<" "<<k<<" "<<c1<<"\n";
      |                    ^
answer.code:38:20: note: ‘int T’ previously declared here
   38 |         static int T;
      |                    ^
answer.code:62:18: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   62 |         for(auto [u,v,w]:ans) cout<<u<<" "<<v<<" "<<w<<"\n";
      |                  ^