QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^~~