QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#796970 | #9799. Magical Palette | ucup-team1247# | Compile Error | / | / | C++14 | 546b | 2024-12-02 13:09:51 | 2024-12-02 13:09:55 |
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:10:18: error: ‘gcd’ is not a member of ‘std’ 10 | if (std::gcd(n, m) == 1) | ^~~