QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#873006#7739. KnapsackGuanYunchangCompile Error//C++201.7kb2025-01-26 07:00:112025-01-26 07:00:12

详细

answer.code: In function ‘void solved()’:
answer.code:45:14: error: expected primary-expression before ‘>=’ token
   45 |         ans +>= auxiliar[i].first;
      |              ^~