Can't pass the "Pointer Problem" wala question

getting only one test case pass on submission. Please Help!.

Here is my code.

@swastikswarupmeher use type as long long,
also see constraints, answer can be more than INT_MAX, so initialize min_t with 1e17.

1 Like

ohh! great, thanks. It’s worked for me. :slight_smile: but still cant’s pass two test cases. Anyhow thanks again.

@swastikswarupmeher see to it, it passes all tests

1 Like

ohh thanks, It worked. :slight_smile: