/ tabris /

记录详情

Runtime Error


  
# 状态 耗时 内存占用
#1 Runtime Error 21ms 2.75 MiB
#2 Runtime Error 21ms 2.746 MiB
#3 Runtime Error 20ms 2.691 MiB

代码


ans = 1
n = input()
n = int(n)

for i in range(n):
	a,b = [int(i) for i in input().split()]
	ans = ans * (a+b) % 1000000007
print(ans)	

	

信息

递交者
类型
递交
题目
所有情况的和
语言
Python
递交时间
2017-11-21 21:24:58
评测时间
2017-11-21 21:24:58
评测机
分数
0
总耗时
63ms
峰值内存
2.75 MiB