QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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); | ^