QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#239850#7687. Randias Permutation Taskucup-team672#Compile Error//C++141.4kb2023-11-04 23:55:352023-11-04 23:55:35

Details

cc1plus: error: ‘::main’ must return ‘int’
answer.code: In function ‘int main()’:
answer.code:60:34: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
   60 |                         for(auto [x,y]:g)f[x]=1;
      |                                  ^