QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#254679 | #7729. Permutation Compression II | ucup-team1099 | WA | 0ms | 3668kb | C++20 | 2.0kb | 2023-11-18 13:34:52 | 2023-11-18 13:34:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3668kb
input:
2 3 3 1 2 3 1 2 3
output:
11111111111111111111 10000000000000000000 10111111111111111111 10100000000000000001 10101111111111111101 10101000000000000101 10101011111111110101 10101010000000010101 10101010111111010101 10101010100001010101 10101010101101010101 10101010100101010101 10101010111101010101 10101011111111010101 101010...
result:
wrong output format Expected int64, but "11111111111111111111" found