QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#149292 | #5505. Great Chase | ZhangYiDe | Compile Error | / | / | C++20 | 2.8kb | 2023-08-24 12:53:03 | 2023-08-24 12:53:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:67:16: error: ‘long long’ specified with ‘double’ 67 | #define double long double | ^~~~ answer.code:118:9: note: in expansion of macro ‘double’ 118 | long double l = 0, r = 2e12; | ^~~~~~ answer.code:67:16: error: ‘long long’ specified with ‘double’ 67 | #define double long double | ^~~~ answer.code:118:9: note: in expansion of macro ‘double’ 118 | long double l = 0, r = 2e12; | ^~~~~~ answer.code:67:16: error: ‘long long’ specified with ‘double’ 67 | #define double long double | ^~~~ answer.code:124:14: note: in expansion of macro ‘double’ 124 | long double mid = (l + r) * 0.50000; | ^~~~~~