ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#112750 | #1082. 奇数增序列 | lovelypang0626 | 100 | 0ms | 1212kb | C++ | 247b | 2020-07-19 20:55:13 | 2020-07-19 20:55:14 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1212kb
input:
10 27 54 85 76 25 32 57 74 93 30
output:
25 27 57 85 93
result:
ok single line: '25 27 57 85 93 '
Test #2:
score: 20
Accepted
time: 0ms
memory: 1212kb
input:
30 25 92 95 4 69 23 95 58 27 9 9 19 71 47 100 12 67 82 6 30 20 72 70 3 78 21 70 5 78 99
output:
3 5 9 9 19 21 23 25 27 47 67 69 71 95 95 99
result:
ok single line: '3 5 9 9 19 21 23 25 27 47 67 69 71 95 95 99 '
Test #3:
score: 20
Accepted
time: 0ms
memory: 1208kb
input:
50 57 84 3 88 32 83 55 81 82 93 32 98 99 6 81 61 55 59 76 51 66 84 48 30 16 55 48 10 47 64 71 88 29 ...
output:
3 23 29 29 33 35 35 47 51 53 55 55 55 57 59 61 65 71 81 81 83 85 93 93 99
result:
ok single line: '3 23 29 29 33 35 35 47 51 53 5... 61 65 71 81 81 83 85 93 93 99 '
Test #4:
score: 20
Accepted
time: 0ms
memory: 1208kb
input:
100 62 19 48 16 43 12 63 59 7 62 50 23 21 54 26 2 27 40 53 68 63 93 91 71 45 21 29 74 62 95 74 17 38...
output:
5 7 7 7 15 17 17 19 19 21 21 21 21 23 25 27 27 29 29 35 41 43 43 43 45 45 47 51 53 53 55 55 55 59 59...
result:
ok single line: '5 7 7 7 15 17 17 19 19 21 21 2... 79 83 85 87 91 91 93 95 97 99 '
Test #5:
score: 20
Accepted
time: 0ms
memory: 1212kb
input:
400 97 67 99 9 25 39 66 25 41 38 25 47 11 26 23 66 5 28 72 52 41 42 37 84 34 25 32 21 24 52 59 5 98 ...
output:
3 3 3 5 5 5 5 5 5 5 7 7 9 9 9 9 11 11 11 11 13 13 13 13 13 13 13 13 15 15 15 15 17 17 19 19 19 19 19...
result:
ok single line: '3 3 3 5 5 5 5 5 5 5 7 7 9 9 9 ... 95 97 97 97 97 97 97 99 99 99 '