QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#842823#9964. Frogsucup-team003#WA 0ms3888kbC++201.1kb2025-01-04 15:00:042025-01-04 15:00:05

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6 2
4 3 -3 5 100 100

output:

01011

result:

ok single line: '01011'

Test #2:

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

input:

2 10
-9 -18

output:

0

result:

ok single line: '0'

Test #3:

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

input:

2 3
10 7

output:

0

result:

ok single line: '0'

Test #4:

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

input:

2 3
10 4

output:

1

result:

ok single line: '1'

Test #5:

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

input:

2 1000000000
0 0

output:

1

result:

ok single line: '1'

Test #6:

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

input:

2 1000000000
999999999 1000000000

output:

0

result:

ok single line: '0'

Test #7:

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

input:

3 1
-6 -2 0

output:

11

result:

ok single line: '11'

Test #8:

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

input:

4 7
-142973635 -432776724 -308791196 375008845

output:

011

result:

ok single line: '011'

Test #9:

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

input:

5 8
0 -7 1 -11 15

output:

0101

result:

ok single line: '0101'

Test #10:

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

input:

6 50
18 36 2 -14 -12 40

output:

01010

result:

ok single line: '01010'

Test #11:

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

input:

7 1
-60 -41 24 -15 97 -31 51

output:

010111

result:

ok single line: '010111'

Test #12:

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

input:

8 10
18 -5 13 12 13 18 -20 16

output:

0111010

result:

ok single line: '0111010'

Test #13:

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

input:

9 1
-275578606 585822469 -874391139 911748496 -310899945 814103287 -328176057 -86710768 -230544218

output:

01111111

result:

ok single line: '01111111'

Test #14:

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

input:

10 17
-358 849 -896 767 695 580 967 -115 972 -524

output:

011111111

result:

ok single line: '011111111'

Test #15:

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

input:

11 10
10 -4 -8 2 9 12 -11 -7 7 8 -4

output:

0101010111

result:

ok single line: '0101010111'

Test #16:

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

input:

12 2
-1 -1 11 -7 -13 -3 8 -3 -4 -5 -12 -8

output:

11111111111

result:

ok single line: '11111111111'

Test #17:

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

input:

2 9
-1 0

output:

0

result:

ok single line: '0'

Test #18:

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

input:

14 1000000000
93 55 28 -18 63 -63 -32 42 -50 -31 -8 -76 -5 -79

output:

0111111111111

result:

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