QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#107391 | #2999. 春节十二响 | hyforces# | Compile Error | / | / | C++20 | 1.2kb | 2023-05-21 08:24:10 | 2024-04-28 07:15:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dfs(long long int)’: answer.code:39:12: error: ‘ret’ was not declared in this scope 39 | return ret; | ^~~ answer.code: In function ‘int main()’: answer.code:49:12: error: incompatible types in assignment of ‘long long int’ to ‘std::multiset<long long int, std::greater<long long int> > [2010]’ 49 | ans+=a; | ~~~^~~