QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#414007 | #6749. Target | ucup-team2715 | Compile Error | / | / | C++14 | 625b | 2024-05-18 13:54:14 | 2024-05-18 13:54:15 |
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:17:9: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator>>’ 17 | if(c>>i&1) cou << 2; | ~^~~ | | | | | int | double answer.code:17:16: error: ‘cou’ was not declared in this scope; did you mean ‘cos’? 17 | if(c>>i&1) cou << 2; | ^~~ | cos