QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#149525 | #5480. New Year Festival | flower | Compile Error | / | / | C++20 | 3.5kb | 2023-08-24 19:43:19 | 2023-08-24 19:43:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:97:47: error: ‘i’ was not declared in this scope 97 | std::vector<int> lim(n), _lim[i]; | ^ answer.code:103:48: error: ‘_lim’ was not declared in this scope; did you mean ‘lim’? 103 | if(all[cur] >= _lim[i] && all[cur] <= lim[i] ) { | ^~~~ | lim