ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#129103 | #1090. 展示钻石 | Etamsylate | 100 | 0ms | 1212kb | C++ | 507b | 2021-06-01 18:52:33 | 2021-06-01 18:52:33 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 10
Accepted
time: 0ms
memory: 1212kb
input:
112 2 43 60 107 68 99 76 10 4 85 97 14 119 18 53 54 57 51 93 57 136 64 15 77 74 74 87 82 122 34 98 9...
output:
6
result:
ok single line: '6'
Test #2:
score: 10
Accepted
time: 0ms
memory: 1208kb
input:
19 34 48 119 128 60 34 16 4 9 81 88 7 41 114 145 110 27 17 78 137
output:
7
result:
ok single line: '7'
Test #3:
score: 10
Accepted
time: 0ms
memory: 1212kb
input:
129 26 43 29 122 67 34 95 104 39 141 17 145 19 99 97 65 20 18 25 138 91 52 117 140 139 6 75 82 67 96...
output:
36
result:
ok single line: '36'
Test #4:
score: 10
Accepted
time: 0ms
memory: 1208kb
input:
53 16 5 75 67 4 27 37 109 113 121 4 108 74 102 124 134 105 148 118 27 30 46 108 96 84 66 30 87 124 7...
output:
11
result:
ok single line: '11'
Test #5:
score: 10
Accepted
time: 0ms
memory: 1208kb
input:
89 32 32 69 64 77 37 98 10 71 92 58 113 128 108 145 112 148 3 111 58 131 63 8 80 71 16 100 39 104 99...
output:
29
result:
ok single line: '29'
Test #6:
score: 10
Accepted
time: 0ms
memory: 1200kb
input:
5 3 1 6 4 3 1
output:
4
result:
ok single line: '4'
Test #7:
score: 10
Accepted
time: 0ms
memory: 1196kb
input:
10 2 1 2 5 6 6 6 6 6 6 7
output:
8
result:
ok single line: '8'
Test #8:
score: 10
Accepted
time: 0ms
memory: 1196kb
input:
5 3 1 1 1 1 1
output:
5
result:
ok single line: '5'
Test #9:
score: 10
Accepted
time: 0ms
memory: 1212kb
input:
8 0 3 2 6 1 1 1 1 1 1
output:
5
result:
ok single line: '5'
Test #10:
score: 10
Accepted
time: 0ms
memory: 1196kb
input:
10 1 1 3 5 6 6 6 6 6 6 7
output:
7
result:
ok single line: '7'