QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#64498#2553. BingoGuanYunchangWA 2ms3376kbC++173.7kb2022-11-24 22:15:482022-11-24 22:15:52

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