QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#843247 | #9970. Looping RPS | ucup-team3862# | Compile Error | / | / | C++14 | 3.8kb | 2025-01-04 17:37:43 | 2025-01-04 17:37:44 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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()); | ^~~