QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#122367#5530. No Zero-Sum SubsegmentwlxhkkWA 23ms66124kbC++141.1kb2023-07-10 10:31:372023-07-10 10:31:40

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 23ms
memory: 66124kb

input:

5
69 0 0 0
1 1 1 1
0 0 3 3
6 1 0 6
10000 10000 1000000 1000000

output:

0
0
10
1
686022120

result:

wrong answer 1st numbers differ - expected: '1', found: '0'