UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#100351#1651. 等差数列huangka10071ms5272kbPython346b2020-02-24 17:25:162020-02-24 17:25:17

answer


详细

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

Test #1:

score: 20
Accepted
time: 11ms
memory: 5260kb

input:

11
22

output:

33

result:

ok single line: '33'

Test #2:

score: 20
Accepted
time: 15ms
memory: 5260kb

input:

0
50

output:

100

result:

ok single line: '100'

Test #3:

score: 20
Accepted
time: 11ms
memory: 5264kb

input:

50
50

output:

50

result:

ok single line: '50'

Test #4:

score: 20
Accepted
time: 13ms
memory: 5264kb

input:

21
37

output:

53

result:

ok single line: '53'

Test #5:

score: 20
Accepted
time: 21ms
memory: 5272kb

input:

2
9

output:

16

result:

ok single line: '16'