QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#306539 | #8017. 计算 | olriutre | Compile Error | / | / | C++14 | 2.9kb | 2024-01-16 21:03:52 | 2024-01-16 21:03:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘i64 F(int, int, int)’: answer.code:106:26: error: ‘gcd’ is not a member of ‘std’ 106 | return power(x, std::gcd(a, b)); | ^~~ answer.code: In function ‘void solve()’: answer.code:124:22: error: ‘gcd’ is not a member of ‘std’ 124 | int g = std::gcd(m, i); | ^~~