Segmentation Fault

Hello Guys ,

Today I was solving this problem : CodeChef: Practical coding for everyone

This is an easy graph problem and I solved the problem and even after initializing the size of array and adjacency matrix more than the number of nodes and all I was getting Segmentation Fault ONLY on the last two testcases

And then after changing the number to more than 10^8 I am still getting segmentation fault on those two test cases only

Should i solve it without graphs ( it is a graph problem tho :man_shrugging: ) or are the testcases weak ?

Someone pls look into this

Thanks a lot !
Sudheera Y S

3 Likes

Thanks for reporting this. The last two test files had some issue, which has been fixed now. All submissions have been rejudged. Sorry for the inconvenience.

2 Likes

Thanks for the quick response …
Just wanted to ask if the constraints in the problem is correct or not ?

Thanks a lot !
Sudheera Y S

3 Likes

Yes, the constraints are fine.

2 Likes