QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#756139 | #9622. 有限小数 | ucup-team1623 | Compile Error | / | / | C++14 | 3.2kb | 2024-11-16 19:09:11 | 2024-11-16 19:09:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void adda(LL, LL)’: answer.code:16:15: error: ‘gcd’ is not a member of ‘std’ 16 | LL g=std::gcd(up,down); | ^~~