QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#505199#1336. Non-Trivial Common DivisorHuangHanShengWA 20ms10744kbPython3655b2024-08-04 21:49:352024-08-04 21:49:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 10ms
memory: 10712kb

input:

6
1
2
3
4
5
6

output:

12

result:

ok answer is '12'

Test #2:

score: 0
Accepted
time: 14ms
memory: 10736kb

input:

3
173
1733
111733

output:

111733

result:

ok answer is '111733'

Test #3:

score: 0
Accepted
time: 14ms
memory: 10708kb

input:

4
1
1
1
1

output:

0

result:

ok answer is '0'

Test #4:

score: -100
Wrong Answer
time: 20ms
memory: 10744kb

input:

10
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999

output:

999999999

result:

wrong answer expected '9999999990', found '999999999'