QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#843320#9964. Frogsucup-team359#WA 0ms3820kbC++20601b2025-01-04 17:57:162025-01-04 17:57:18

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6 2
4 3 -3 5 100 100

output:

01011

result:

ok single line: '01011'

Test #2:

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

input:

2 10
-9 -18

output:

0

result:

ok single line: '0'

Test #3:

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

input:

2 3
10 7

output:

0

result:

ok single line: '0'

Test #4:

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

input:

2 3
10 4

output:

0

result:

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