ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1671. Anansi's Cobweb

crash #9
Posted by sysu2012zzp 25 Oct 2012 07:50
I use graph to solve this problem but initially get MLE.
Then I reduce the size of array because of the matrix is a Symmetric Matrix.
However,finaly crash at test #9.
Can somebody give me some tips?