摘要:
import heapq q = [] n = int(input()) ar = list(map(int, input().split())) health= 0 cnt = 0 for v in ar: if v >= 0: cnt += 1 health += v else: if heal 阅读全文
posted @ 2021-06-18 16:40
SmatrChen
阅读(68)
评论(0)
推荐(0)