QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#679427#9528. New Energy Vehicleucup-team4411#Compile Error//C++141.3kb2024-10-26 17:35:052024-10-26 17:35:09

Details

answer.code:9:9: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive]
    9 |         operator<(const node &a)const{
      |         ^~~~~~~~
answer.code: In function ‘void solve()’:
answer.code:33:22: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   33 |                 auto [x,t]=pos[i];
      |                      ^
answer.code:40:18: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   40 |         for(auto [t,i]:mp){
      |                  ^
answer.code:45:22: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions]
   45 |                 auto [x,t]=pos[i];
      |                      ^