QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#457468#8771. Dihedral Groupucup-team3529Compile Error//C++14901b2024-06-29 12:39:452024-06-29 12:39:46

详细

answer.code: In function ‘int main(int, char**)’:
answer.code:35:5: error: ‘reverse’ was not declared in this scope
   35 |     reverse(a.begin(), a.end());
      |     ^~~~~~~