QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#843247#9970. Looping RPSucup-team3862#Compile Error//C++143.8kb2025-01-04 17:37:432025-01-04 17:37:44

详细

answer.code: In lambda function:
answer.code:46:15: error: ‘lcm’ was not declared in this scope
   46 |       int w = lcm(str[i].size(), str[j].size());
      |               ^~~