QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#863659#9783. Duloc Networkucup-team2401#Compile Error//C++233.8kb2025-01-19 20:57:342025-01-19 20:57:35

详细

answer.code: In function ‘bool dfs(std::vector<long long int>&, std::vector<long long int>&, std::vector<long long int>&, bool)’:
answer.code:90:9: error: ‘rnd’ was not declared in this scope; did you mean ‘rand’?
   90 |     if (rnd() % 2)
      |         ^~~
      |         rand