ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#98215 | #1085. 区分奇偶 | myj128128 | 100 | 0ms | 1256kb | C++ | 1.1kb | 2020-02-21 21:44:03 | 2020-02-21 21:44:04 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 33
Accepted
time: 0ms
memory: 1256kb
input:
10 21 12 33 43 59 68 77 18 19 40
output:
21 33 43 59 77 19 12 68 18 40
result:
ok 2 lines
Test #2:
score: 33
Accepted
time: 0ms
memory: 1216kb
input:
0
output:
result:
ok 0 lines
Test #3:
score: 33
Accepted
time: 0ms
memory: 1256kb
input:
3 1 1 1
output:
1 1 1
result:
ok single line: '1 1 1 '