QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#744836 | #121. Bitaro's Party | HuangHanSheng | Compile Error | / | / | C++20 | 1.7kb | 2024-11-13 23:46:10 | 2024-11-13 23:46:11 |
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:75:49: error: request for member ‘count’ in ‘mp’, which is of non-class type ‘int [100001]’ 75 | if (!mp.count(prv) || dp2[prv] > 0) | ^~~~~ answer.code:83:41: error: request for member ‘count’ in ‘mp’, which is of non-class type ‘int [100001]’ 83 | if (!mp.count(ep)) { | ^~~~~