QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#524019#1336. Non-Trivial Common DivisorZhaoZiLongWA 0ms3612kbC++17404b2024-08-19 08:15:332024-08-19 08:15:33

详细

Test #1:

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

input:

6
1
2
3
4
5
6

output:

12

result:

ok answer is '12'

Test #2:

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

input:

3
173
1733
111733

output:

111733

result:

ok answer is '111733'

Test #3:

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

input:

4
1
1
1
1

output:

0

result:

ok answer is '0'

Test #4:

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

input:

10
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999
999999999

output:

9999999990

result:

ok answer is '9999999990'

Test #5:

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

input:

1
999999999

output:

999999999

result:

ok answer is '999999999'

Test #6:

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

input:

10
28851
8842
9535
2311
25337
26467
12720
10561
8892
6435

output:

28851

result:

wrong answer expected '56898', found '28851'