QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#441589#8578. 과일 게임ZhaoZiLongCompile Error//C++20761b2024-06-14 16:27:532024-06-14 16:27:53

詳細信息

answer.code: In function ‘void prepare_game(std::vector<int>)’:
answer.code:7:9: error: ‘n’ was not declared in this scope
    7 |         n = v.size();
      |         ^