QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#313819 | #7730. Convex Checker | ZhangYiDe | Compile Error | / | / | C++17 | 1.7kb | 2024-01-25 00:10:18 | 2024-01-25 00:10:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve(long long int)’: answer.code:91:16: error: redeclaration of ‘double e’ 91 | double e=1.0; | ^ answer.code:66:16: note: ‘double e’ previously declared here 66 | double e=1.0; | ^