QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#254679#7729. Permutation Compression IIucup-team1099WA 0ms3668kbC++202.0kb2023-11-18 13:34:522023-11-18 13:34:53

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