QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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