UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#93570#1651. 等差数列xsz1001ms1200kbC++111b2020-02-17 15:25:312020-02-17 15:25:31

answer


详细

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

Test #1:

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

input:

11
22

output:

33

result:

ok single line: '33'

Test #2:

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

input:

0
50

output:

100

result:

ok single line: '100'

Test #3:

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

input:

50
50

output:

50

result:

ok single line: '50'

Test #4:

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

input:

21
37

output:

53

result:

ok single line: '53'

Test #5:

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

input:

2
9

output:

16

result:

ok single line: '16'