!local/usr/python
import sys
i=0
n=int(raw_input())
for i in range(0,n):
b,c=[int(x) for x in raw_input().split()]
print b*c
i=i+1
sys.exit(0)
I am getting TLE..whats the prob with this code..what are the modifications to be made
created
last reply
- 2
replies
- 117
views
- 3
users