QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#64498 | #2553. Bingo | GuanYunchang | WA | 2ms | 3376kb | C++17 | 3.7kb | 2022-11-24 22:15:48 | 2022-11-24 22:15:52 |
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: 1ms
memory: 3220kb
input:
4 2
output:
YES ##.. .... .... ....
result:
ok n=4, k=2
Test #2:
score: 0
Accepted
time: 2ms
memory: 3332kb
input:
4 16
output:
NO
result:
ok n=4, k=16
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3376kb
input:
2 0
output:
YES #. ..
result:
wrong answer 1 filled cells instead of 0