yes i know that.
but Why does the data type chosen for variable made so much difference.That i m not getting.
,ie,before when i was using long long int,i got TLE
but after using unsigned int in place where i used long long int ,I got Ac.
P.S. I know sizeof long long is greater than size of size of unsigned int