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