QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#470864 | #6376. LaLa and Lamp | GuanYunchang | WA | 1ms | 5696kb | C++20 | 1.5kb | 2024-07-10 16:45:02 | 2024-07-10 16:45:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 5572kb
input:
6 0 00 000 0110 00100 000000
output:
Yes
result:
ok answer is YES
Test #2:
score: 0
Accepted
time: 0ms
memory: 5556kb
input:
2 0 11
output:
Yes
result:
ok answer is YES
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 5696kb
input:
3 1 10 011
output:
No
result:
wrong answer expected YES, found NO