UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#93667#1651. 等差数列SpiderQ1000ms1188kbC++147b2020-02-17 17:06:272020-02-17 17:06:27

answer


详细

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

Test #1:

score: 20
Accepted
time: 0ms
memory: 1188kb

input:

11
22

output:

33

result:

ok single line: '33'

Test #2:

score: 20
Accepted
time: 0ms
memory: 1188kb

input:

0
50

output:

100

result:

ok single line: '100'

Test #3:

score: 20
Accepted
time: 0ms
memory: 1188kb

input:

50
50

output:

50

result:

ok single line: '50'

Test #4:

score: 20
Accepted
time: 0ms
memory: 1184kb

input:

21
37

output:

53

result:

ok single line: '53'

Test #5:

score: 20
Accepted
time: 0ms
memory: 1188kb

input:

2
9

output:

16

result:

ok single line: '16'