QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#745204 | #9738. Make It Divisible | ucup-team3770 | Compile Error | / | / | C++17 | 3.0kb | 2024-11-14 08:15:54 | 2024-11-14 08:15:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:53:38: error: ‘abc’ was not declared in this scope; did you mean ‘abs’? 53 | g = __gcd(g, abc(b[i] - b[i - 1])); | ^~~ | abs