QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#130108 | #6376. LaLa and Lamp | YueZhonghang000 | WA | 1ms | 3816kb | C++14 | 1.0kb | 2023-07-23 16:36:25 | 2023-07-23 16:36:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3612kb
input:
6 0 00 000 0110 00100 000000
output:
Yes
result:
ok answer is YES
Test #2:
score: 0
Accepted
time: 1ms
memory: 3816kb
input:
2 0 11
output:
Yes
result:
ok answer is YES
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3544kb
input:
3 1 10 011
output:
No
result:
wrong answer expected YES, found NO