UOJ Logo

NOI.AC

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#100435#1189. 奇偶性Richy1000ms1144kbC++351b2020-02-24 19:38:562020-02-24 19:38:57

answer


详细

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

Test #1:

score: 25
Accepted
time: 0ms
memory: 1124kb

input:

3 7

output:

1

result:

ok single line: '1'

Test #2:

score: 25
Accepted
time: 0ms
memory: 1144kb

input:

7 8

output:

15

result:

ok single line: '15'

Test #3:

score: 25
Accepted
time: 0ms
memory: 1128kb

input:

4 6

output:

1

result:

ok single line: '1'

Test #4:

score: 25
Accepted
time: 0ms
memory: 1144kb

input:

12 23

output:

35

result:

ok single line: '35'