Gửi bài giải
Điểm:
100,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
512M
Input:
stdin
Output:
stdout
Dạng bài
Ngôn ngữ cho phép
C++, Pascal, Python
Bình luận
Phan code python cua minh, ban nao muon tham khao thi tham khao nha
import bisect
n,S=map(int,input().split())
Ax,Ay=map(int,input().split())
X=list(map(int,input().split()))
base=2*S/Ay
ans=0
X.sort()
for i in range(n):
print(ans)
Bình luận này đã bị ẩn vì có quá nhiều phản ứng tiêu cực. Nhấn để xem.
n,s=map(int,input().split(' ')) x,y=map(int,input().split(' ')) a=list(map(int,input().split(' '))) dem=0 i=0 while i<n-1: j=i+1 while j<n: dt=abs((a[j]-a[i])y) if dt>2s: dem=dem+n-j break else: j=j+1 i=i+1 print(dem)
n,s=map(int,input().split(' ')) x,y=map(int,input().split(' ')) A=list(map(int,input().split(' '))) dem=0 i=0 while i<n-1: j=i+1 while j<n: dt=abs((A[j]-A[i])*y/2) if dt>s: dem=dem+1 j=j+1 i=i+1 print(dem)
Sos
import bisect n,S=map(int,input().split()) Ax,Ay=map(int,input().split()) X=list(map(int,input().split())) base=2*S/Ay ans=0 X.sort() for i in range(n): ans+=n-bisect.bisect_right(X,X[i]+base) print(ans)
ai giải thích hộ mình đc không ạ chứ khó hiểu quas
kho qua mn
Bình luận này đã bị ẩn vì có quá nhiều phản ứng tiêu cực. Nhấn để xem.
ban huong dan minh duoc khong chu code mai k ra =(((