QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#164420 | #7108. Couleur | ucup-team1137 | Compile Error | / | / | C++20 | 4.9kb | 2023-09-04 23:00:36 | 2023-09-04 23:00:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘void SegTree::modify(int&, int, int, int, int, ll)’: answer.code:42:35: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 42 | if (l > r) return 0; | ^