QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#701171#6128. Flippy Sequenceucup-team1132WA 1ms3828kbC++14867b2024-11-02 13:51:362024-11-02 13:51:37

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3828kb

input:

3
1
1
0
2
00
11
5
01010
00111

output:

0***1
1***1
0
0***2
2***2
2
1***3
4***5
6

result:

wrong output format Expected integer, but "0***1" found