topcoder-greed icon indicating copy to clipboard operation
topcoder-greed copied to clipboard

Grid containing whitespaces are not displayed in HTML properly

Open wookayin opened this issue 10 years ago • 1 comments

SRM633 Div2 250. Target

Returns 
{"#####",
 "# #",
 "# # #",
 "# #",
 "#####"}

We need to escape double ' ' with  

wookayin avatar Nov 03 '14 02:11 wookayin

maybe the non-breaking space would be better: [ ]

On Sun, Nov 2, 2014 at 10:53 PM, Jongwook Choi [email protected] wrote:

SRM633 Div2 250. Target

Returns {"#####", "# #", "# # #", "# #", "#####"}

We need to escape double ' ' with

— Reply to this email directly or view it on GitHub https://github.com/shivawu/topcoder-greed/issues/164.

vexorian avatar Nov 03 '14 03:11 vexorian