QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#536282#8058. Binary vs Ternaryucup-team1365WA 1ms3604kbC++173.4kb2024-08-28 22:47:232024-08-28 22:47:25

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)