ecco2k0rzdoer2013's blog

By ecco2k0rzdoer2013, history, 32 hours ago, In English

link on problem: 898C - Phone Numbers

I sent this submission 298630099, it didn't pass the 5th test and gave an execution error. This solution 298631384 has passed all the tests, I don't see any differences between them except for the structure of the input data storage, who can tell?

help^-^

»
32 hours ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

In your ispref function, it could be that x.size() > y.size() then y[i] will cause a RTE.