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