QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#64518#2553. BingoHuangHanShengWA 2ms3356kbC++17877b2022-11-24 22:52:152022-11-24 22:52:17

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3356kb

input:

4 2

output:

YES
....
....
....
.##.

result:

ok n=4, k=2

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3320kb

input:

4 16

output:

YES
.###
#.##
##.#
###.

result:

wrong answer 12 filled cells instead of 16