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