How to reduce compilation time?

I have made many programs. All of them are showing correct output, but whenever I am submitting those on codechef, I am getting “Time Limit Exceeded” message. :frowning: What to do?

it is not compilation time, but runtime time, simply it’s slow for large input, probably because of wrong complexity.