QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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()); | ^~~