topcoder-greed
topcoder-greed copied to clipboard
Grid containing whitespaces are not displayed in HTML properly
SRM633 Div2 250. Target
Returns
{"#####",
"# #",
"# # #",
"# #",
"#####"}
We need to escape double ' ' with
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.