QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#101131 | #2928. Espresso! | ZhangYiDe | Compile Error | / | / | C++11 | 1.4kb | 2023-04-29 01:12:22 | 2023-04-29 01:12:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int LCM(long long int, long long int)’: answer.code:30:17: error: ‘gcd’ was not declared in this scope 30 | return (a / gcd(a, b)) * b; | ^~~