QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#810169 | #9799. Magical Palette | ucup-team3925 | Compile Error | / | / | C++14 | 2.4kb | 2024-12-11 20:11:20 | 2024-12-11 20:11:27 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve(long long int)’: answer.code:69:6: error: ‘gcd’ was not declared in this scope 69 | if(gcd(n, m) > 1) { | ^~~