ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#110241 | #1078. 有趣的数列1 | Tom | 100 | 0ms | 1164kb | C++ | 422b | 2020-06-21 18:50:54 | 2020-06-21 18:50:55 |
answer
Details
小提示:点击横条可展开更详细的信息
Test #1:
score: 33
Accepted
time: 0ms
memory: 1164kb
input:
10 20 17 14 11 8 5 2 -1 -4 -7
output:
yes
result:
ok single line: 'yes'
Test #2:
score: 33
Accepted
time: 0ms
memory: 1160kb
input:
8 1 3 5 7 9 11 13 15
output:
yes
result:
ok single line: 'yes'
Test #3:
score: 33
Accepted
time: 0ms
memory: 1160kb
input:
6 1 3 -5 4 6 8
output:
no
result:
ok single line: 'no'