QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#739221#7753. Energy Distributionucup-team3556#Compile Error//C++233.8kb2024-11-12 21:11:292024-11-12 21:11:30

详细

answer.code: In function ‘std::vector<long double> find_(std::vector<long double>)’:
answer.code:118:25: error: ‘n’ was not declared in this scope
  118 |         int i = rnd() % n;
      |                         ^