QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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