QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#279536 | #7904. Rainbow Subarray | ucup-team1704# | Compile Error | / | / | C++17 | 2.8kb | 2023-12-08 21:00:31 | 2023-12-08 21:00:31 |
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:88:17: error: ‘lS’ was not declared in this scope; did you mean ‘S’? 88 | cout << lS * s64(rT) << '\n'; | ^~ | S answer.code:88:26: error: ‘rT’ was not declared in this scope; did you mean ‘T’? 88 | cout << lS * s64(rT) << '\n'; | ^~ | T