View Ticket
Not logged in
Ticket UUID: 9e83f4bba6ba86aed4fb7e3327bc9b3c61408fa2
Title: Cope with the largest possible input.
Status: Closed Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Duplicate
Last Modified: 2012-07-15 22:01:37
Version Found In:
Description & Comments:
Input may have '\'*0.5M line + 0.5M '\' line. * Largest score exceed 32bit int. Use long. * Naively representing the map as 2D-array is impossible for G*G order map. Hold it as a sparse map.