QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#408621 | #6749. Target | ZhangYiDe | Compile Error | / | / | C++20 | 631b | 2024-05-10 20:20:01 | 2024-05-10 20:20:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:15:18: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator<<’ 15 | m<<=2; | ~^~~~ answer.code:15:18: note: in evaluation of ‘operator<<=(double, int)’ answer.code:21:20: error: ‘b’ was not declared in this scope 21 | if(b&(1<<1)){ | ^ answer.code:23:25: error: ‘a’ was not declared in this scope 23 | a=a/2+0.5; | ^ answer.code:27:25: error: ‘a’ was not declared in this scope 27 | a/=2; | ^