QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#457843 | #8831. Chemistry Class | ucup-team3803# | Compile Error | / | / | C++14 | 1.2kb | 2024-06-29 14:24:23 | 2024-06-29 14:24:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:33:16: error: ‘class std::multiset<long long int>’ has no member named ‘extract’ 33 | st.extract(dp[j] + s[j+2]); | ^~~~~~~