QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#154815#7120. SoccerMinaRagy06#Compile Error//C++232.5kb2023-08-31 23:50:382024-04-28 06:35:48

詳細信息

answer.code: In function ‘int check(std::vector<std::array<int, 2> >)’:
answer.code:14:28: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
   14 |     for (int r1 = 1; r1 <= n; r1++) {
      |                            ^
      |                            yn