QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#843323#9964. Frogsucup-team359#WA 0ms3768kbC++20595b2025-01-04 17:57:532025-01-04 17:57:55

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3556kb

input:

6 2
4 3 -3 5 100 100

output:

01011

result:

ok single line: '01011'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3764kb

input:

2 10
-9 -18

output:

0

result:

ok single line: '0'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3600kb

input:

2 3
10 7

output:

0

result:

ok single line: '0'

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3768kb

input:

2 3
10 4

output:

0

result:

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