You are viewing a single comment's thread. Return to all comments →
I got TLE for using int instead of long long .
int
long long
Anyway learned a lot of tricks trying to solve this problem.
Seems like cookies are disabled on this browser, please enable them to open this website
Project Euler #83: Path sum: four ways
You are viewing a single comment's thread. Return to all comments →
I got TLE for using
int
instead oflong long
.Anyway learned a lot of tricks trying to solve this problem.