QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#795554#9727. Barkley IIIucup-team5248Compile Error//C++203.5kb2024-11-30 21:25:222024-11-30 21:25:22

詳細信息

answer.code: In instantiation of ‘FastSet<_n>::FastSet(ull) [with int _n = 1000008; ull = long long unsigned int]’:
answer.code:65:19:   required from here
answer.code:15:16: error: lvalue required as left operand of assignment
   15 |             _n = (_n + B - 1) / B;
      |             ~~~^~~~~~~~~~~~~~~~~~