QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#509375#3799. It's Surely ComplexZhaoZiLongWA 650ms126996kbC++172.6kb2024-08-08 13:59:542024-08-08 13:59:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 631ms
memory: 126644kb

input:

2 1

output:

1 1

result:

ok single line: '1 1'

Test #2:

score: 0
Accepted
time: 631ms
memory: 124716kb

input:

2 2

output:

1 1

result:

ok single line: '1 1'

Test #3:

score: 0
Accepted
time: 650ms
memory: 126936kb

input:

2 3

output:

0 0

result:

ok single line: '0 0'

Test #4:

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

input:

2 4

output:

0 0

result:

ok single line: '0 0'

Test #5:

score: 0
Accepted
time: 641ms
memory: 124952kb

input:

3 1

output:

2 1

result:

ok single line: '2 1'

Test #6:

score: 0
Accepted
time: 638ms
memory: 126996kb

input:

3 2

output:

2 0

result:

ok single line: '2 0'

Test #7:

score: -100
Wrong Answer
time: 644ms
memory: 124792kb

input:

3 3

output:

0 0

result:

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