QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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; | ~~~^~~