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