Hoạt động của Phạm Thị diễm
- Phạm Thị diễm đã đăng 1 câu hỏiLỗi nay sửa như thế nào ạ. IndexError: list index out of range
f=open('xeplich.inp','r') n=int(f.readline()) l=int(f.readline()) m=f.readline() m=m.split() a=[] for i in m: a.append(int(i)) f.close() print(a) f=open('xeplich.out' , 'w') dem=0 i=0 while i<=n: s=0 p=s+a[i] while ...