QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#723134 | #144. Primitive root / 原根 | ZhangYiDe | Compile Error | / | / | C++17 | 3.4kb | 2024-11-07 21:15:17 | 2024-11-07 21:15:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘ll eular(ll)’: answer.code:36:21: error: ‘isprime’ was not declared in this scope; did you mean ‘prime’? 36 | if (n > MAXN && isprime(n)) return n - 1; | ^~~~~~~ | prime