QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#394718 | #7782. Ursa Minor | Little09 | Compile Error | / | / | C++17 | 4.9kb | 2024-04-20 18:23:46 | 2024-04-20 18:23:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool query(int, int, int)’: answer.code:168:56: error: invalid types ‘int[int]’ for array subscript 168 | rep(j,i,i+g-1) add(sum,p[n-i]*g[j]%mod); | ^