ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#93546 | #969. 判断元素是否存在 | songzhaoxuan | 100 | 2ms | 1200kb | C++ | 334b | 2020-02-17 14:57:24 | 2020-02-17 14:57:25 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 20
Accepted
time: 0ms
memory: 1200kb
input:
3,92
output:
NO
result:
ok single line: 'NO'
Test #2:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
1,94
output:
YES
result:
ok single line: 'YES'
Test #3:
score: 20
Accepted
time: 1ms
memory: 1200kb
input:
1,106
output:
NO
result:
ok single line: 'NO'
Test #4:
score: 20
Accepted
time: 1ms
memory: 1200kb
input:
3,96
output:
NO
result:
ok single line: 'NO'
Test #5:
score: 20
Accepted
time: 0ms
memory: 1196kb
input:
3,511
output:
YES
result:
ok single line: 'YES'