QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#825614 | #9768. A + B = C Problem | ucup-team4579# | Compile Error | / | / | C++14 | 1.8kb | 2024-12-21 20:52:43 | 2024-12-21 20:52:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve1(ll, ll, ll, ll, ll, ll)’: answer.code:10:16: error: ‘gcd’ was not declared in this scope 10 | int len1 = gcd(n1, n3); | ^~~ answer.code: In function ‘void solve()’: answer.code:32:24: error: ‘gcd’ was not declared in this scope 32 | if ((n[0] * n[1] / gcd(n[0], n[1])) % n[2] != 0) | ^~~