ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#94071 | #1651. 等差数列 | wangzhongyuan | 100 | 1ms | 1196kb | C++ | 111b | 2020-02-17 21:01:23 | 2020-02-17 21:01:24 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
11 22
output:
33
result:
ok single line: '33'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
0 50
output:
100
result:
ok single line: '100'
Test #3:
score: 20
Accepted
time: 1ms
memory: 1196kb
input:
50 50
output:
50
result:
ok single line: '50'
Test #4:
score: 20
Accepted
time: 0ms
memory: 1196kb
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'