|
|
back to boardWhy WA1? I'm using Floyd-Warshall algorithm, and my program correctcly passes different tests, but i have WA1. Why? Re: Why WA1? Floyd-Warshall algorithm? But it's too slow. Use LCA. Re: Why WA1? Maybe it is slow, but it works correctly :)Should be TLE, not WA1 :) Re: Why WA1? Posted by kirill 24 Jan 2014 13:26 Use std::cout. I had such problem when I used <fstream> |
|
|