QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#319972 | #8209. Curly Palindromes | ucup-team1400# | Compile Error | / | / | C++14 | 7.8kb | 2024-02-03 12:57:39 | 2024-02-03 12:57:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int query(int, int)’: answer.code:55:21: error: ‘gcd’ was not declared in this scope 55 | G = gcd(perm[u], perm[v]); | ^~~