zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 45 forks source link

Greed problem statement HTML does not render some symbols correctly. #71

Closed ashashwat closed 10 years ago

ashashwat commented 10 years ago
SRM 424 D2 Hard, Problem - BestRoads

Expected statement: The road connecting cities A and B, where A < B, has a higher priority than the road connecting cities C and D, where C < D, if either A < C or (A = C and B < C).

Rendered statement: The road connecting cities A and B, where A < B, has a higher priority than the road connecting cities C and D, where C < D, if either A < C or (A = C and B < D).

Replacing "&lt;" with "<" in HTML file fixes this.

zen0wu commented 10 years ago

This should have been fixed in #68, @vexorian right?

ashashwat commented 10 years ago

I see. It should. I am using 2.0 beta released last week and from what I can see, it is already 7 commits behind upstream. May be there should be a nightly build.

vexorian commented 10 years ago

Yes, try building the latest commits, it should fix this issue.

ashashwat commented 10 years ago

@vexorian Thanks.

Closing the issue. Fixed in https://github.com/shivawu/topcoder-greed/pull/68