QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#599843 | #9242. An Easy Geometry Problem | ucup-team5021 | Compile Error | / | / | C++17 | 4.3kb | 2024-09-29 12:01:58 | 2024-09-29 12:01:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘void SGT::myadd(long long int, long long int, long long int, long long int, long long int)’: answer.code:30:97: error: invalid types ‘long long int[long long int]’ for array subscript 30 | int w = (sp[k][r] + mod[k] - sp[k][l - 1]) % mod[k] * 1ll * ((v % mod[k] + mod[k]) % mid[k]) % mod[k]; | ^