import sysi=0n=int(raw_input())for i in range(0,n): b,c=[int(x) for x in raw_input().split()] print b*c i=i+1sys.exit(0)
I am getting TLE..whats the prob with this code..what are the modifications to be made
nneonneo> It is not feasible to do this quickly in Python, because the language is partially interpreted. You should try C/C++/Pascal for this question...
MOve to Invert 0 mailsatish 11 MOve to Invert 1 mailsatish 17 multiplication 1 mailsatish 56 multiplication 2 mailsatish 30
Wrap code in [ code ] tags to avoid having phpBB strip out leading indentation.