QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#802842 | #9868. GCD | ucup-team5109# | Compile Error | / | / | C++14 | 851b | 2024-12-07 14:54:29 | 2024-12-07 14:54:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:22:35: error: ‘gcd’ was not declared in this scope 22 | f[now.a - gcd(now.a , now.b)] = min(f[now.a - gcd(now.a , now.b)] , f[now.a] + 1); | ^~~