QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#509417#3799. It's Surely ComplexHuangHanShengWA 3724ms126948kbC++173.0kb2024-08-08 14:36:262024-08-08 14:36:34

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3700ms
memory: 124960kb

input:

2 1

output:

1 1

result:

ok single line: '1 1'

Test #2:

score: 0
Accepted
time: 3724ms
memory: 124744kb

input:

2 2

output:

1 1

result:

ok single line: '1 1'

Test #3:

score: 0
Accepted
time: 3687ms
memory: 124892kb

input:

2 3

output:

0 0

result:

ok single line: '0 0'

Test #4:

score: 0
Accepted
time: 3696ms
memory: 126948kb

input:

2 4

output:

0 0

result:

ok single line: '0 0'

Test #5:

score: 0
Accepted
time: 3701ms
memory: 124744kb

input:

3 1

output:

2 1

result:

ok single line: '2 1'

Test #6:

score: 0
Accepted
time: 3689ms
memory: 124744kb

input:

3 2

output:

2 0

result:

ok single line: '2 0'

Test #7:

score: 0
Accepted
time: 3707ms
memory: 124724kb

input:

3 3

output:

1 0

result:

ok single line: '1 0'

Test #8:

score: 0
Accepted
time: 3679ms
memory: 124752kb

input:

3 4

output:

1 1

result:

ok single line: '1 1'

Test #9:

score: 0
Accepted
time: 3702ms
memory: 124800kb

input:

3 5

output:

1 0

result:

ok single line: '1 0'

Test #10:

score: 0
Accepted
time: 3707ms
memory: 124720kb

input:

3 6

output:

1 0

result:

ok single line: '1 0'

Test #11:

score: 0
Accepted
time: 3715ms
memory: 124744kb

input:

5 1

output:

4 1

result:

ok single line: '4 1'

Test #12:

score: 0
Accepted
time: 3703ms
memory: 124636kb

input:

5 2

output:

0 0

result:

ok single line: '0 0'

Test #13:

score: 0
Accepted
time: 3714ms
memory: 124752kb

input:

5 3

output:

0 0

result:

ok single line: '0 0'

Test #14:

score: -100
Wrong Answer
time: 3702ms
memory: 124744kb

input:

5 4

output:

1 0

result:

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