QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#536282 | #8058. Binary vs Ternary | ucup-team1365 | WA | 1ms | 3604kb | C++17 | 3.4kb | 2024-08-28 22:47:23 | 2024-08-28 22:47:25 |
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: 1ms
memory: 3604kb
input:
3 1 111 110110 1101010 1111 111111
output:
-1 32 111110 2 3 111111 5 6 1111100 5 6 111110 6 7 1111000 4 5 111100 5 6 1110000 3 4 111000 4 5 1100000 2 3 110000 3 4 1000000 1 2 100000 2 3 10 2 6 11 1 2 100 1 2 110 1 2 111 2 3 1100 2 3 1110 2 3 1111 3 4 11100 3 4 1110 4 5 10010 1 2 11010 1 2 11110 2 3 110010 2 3 11101...
result:
wrong answer Integer parameter [name=l] equals to 111110, violates the range [1, 128] (test case 2)