QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#409260 | #6749. Target | GuanYunchang | Compile Error | / | / | C++20 | 565b | 2024-05-11 20:56:07 | 2024-05-11 20:56:08 |
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:14:13: warning: right shift count >= width of type [-Wshift-count-overflow] 14 | m=(1>>50); | ~^~~~ answer.code:16:21: error: invalid operands of types ‘double’ and ‘int’ to binary ‘operator%’ 16 | if(m%(1>>i)%2){ | ~^~~~~~~ | | | | | int | double