QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#239850#7687. Randias Permutation Taskucup-team672#Compile Error//C++141.4kb2023-11-04 23:55:352023-11-04 23:55:35

详细

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;
      |                                  ^