QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#441589#8578. 과일 게임ZhaoZiLongCompile Error//C++20761b2024-06-14 16:27:532024-06-14 16:27:53

Details

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