QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#844371#9964. Frogsucup-team3935WA 0ms3816kbC++201.7kb2025-01-05 20:19:512025-01-05 20:19:51

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6 2
4 3 -3 5 100 100

output:

01011

result:

ok single line: '01011'

Test #2:

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

input:

2 10
-9 -18

output:

0

result:

ok single line: '0'

Test #3:

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

input:

2 3
10 7

output:

0

result:

ok single line: '0'

Test #4:

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

input:

2 3
10 4

output:

1

result:

ok single line: '1'

Test #5:

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

input:

2 1000000000
0 0

output:

1

result:

ok single line: '1'

Test #6:

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

input:

2 1000000000
999999999 1000000000

output:

0

result:

ok single line: '0'

Test #7:

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

input:

3 1
-6 -2 0

output:

11

result:

ok single line: '11'

Test #8:

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

input:

4 7
-142973635 -432776724 -308791196 375008845

output:

011

result:

ok single line: '011'

Test #9:

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

input:

5 8
0 -7 1 -11 15

output:

0101

result:

ok single line: '0101'

Test #10:

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

input:

6 50
18 36 2 -14 -12 40

output:

01011

result:

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