ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#100435 | #1189. 奇偶性 | Richy | 100 | 0ms | 1144kb | C++ | 351b | 2020-02-24 19:38:56 | 2020-02-24 19:38:57 |
answer
Details
小提示:点击横条可展开更详细的信息
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'