QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#154815 | #7120. Soccer | MinaRagy06# | Compile Error | / | / | C++23 | 2.5kb | 2023-08-31 23:50:38 | 2024-04-28 06:35:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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