QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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) | ^~~