QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#299648 | #7904. Rainbow Subarray | ucup-team1682# | Compile Error | / | / | C++20 | 4.8kb | 2024-01-07 03:38:17 | 2024-01-07 03:38:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:164:26: error: ‘check’ was not declared in this scope; did you mean ‘check1’? 164 | for(int a=1;a<=n;++a)check(a); | ^~~~~ | check1