QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#511132#5203. Easy AssemblyZhangYiDeWA 1ms5736kbC++17471b2024-08-09 16:41:032024-08-09 16:41:03

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5736kb

input:

2
3 3 5 8
2 9 2

output:

1 2

result:

ok 2 number(s): "1 2"

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 5652kb

input:

1
1 1

output:

0 1

result:

wrong answer 2nd numbers differ - expected: '0', found: '1'