UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#110393#1233. n个数的最小公倍数Baiyang0728100734ms1196kbC++528b2020-06-25 12:08:252020-06-25 12:08:26

answer


详细

小提示:点击横条可展开更详细的信息

Test #1:

score: 10
Accepted
time: 78ms
memory: 1196kb

input:

6
67
55
85
61
72
40

output:

275136840

result:

ok single line: '275136840'

Test #2:

score: 10
Accepted
time: 652ms
memory: 1192kb

input:

6
94
77
34
37
7
89

output:

405190478

result:

ok single line: '405190478'

Test #3:

score: 10
Accepted
time: 0ms
memory: 1192kb

input:

2
23
53

output:

1219

result:

ok single line: '1219'

Test #4:

score: 10
Accepted
time: 0ms
memory: 1196kb

input:

3
46
71
13

output:

42458

result:

ok single line: '42458'

Test #5:

score: 10
Accepted
time: 1ms
memory: 1196kb

input:

4
58
39
31
8

output:

280488

result:

ok single line: '280488'

Test #6:

score: 10
Accepted
time: 0ms
memory: 1196kb

input:

4
65
52
7
40

output:

3640

result:

ok single line: '3640'

Test #7:

score: 10
Accepted
time: 3ms
memory: 1196kb

input:

7
84
41
9
56
51
8
64

output:

2810304

result:

ok single line: '2810304'

Test #8:

score: 10
Accepted
time: 0ms
memory: 1192kb

input:

3
43
24
95

output:

98040

result:

ok single line: '98040'

Test #9:

score: 10
Accepted
time: 0ms
memory: 1192kb

input:

3
81
32
78

output:

33696

result:

ok single line: '33696'

Test #10:

score: 10
Accepted
time: 0ms
memory: 1196kb

input:

2
25
39

output:

975

result:

ok single line: '975'