QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#107391#2999. 春节十二响hyforces#Compile Error//C++201.2kb2023-05-21 08:24:102024-04-28 07:15:16

詳細信息

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;
      |         ~~~^~~