Submit solution
Points:
0.20 (partial)
Time limit:
1.0s
Memory limit:
512M
Problem type
Allowed languages
C, C++, Go, Java, Kotlin, Pascal, PyPy, Python, Rust, Scratch
In case the statement didn't load correctly, you can download the statement here: Statement
Lưu ý: các bạn không nhập, xuất dữ liệu bằng file kể cả khi đề bài có yêu cầu. Đọc, ghi dữ liệu được thực hiện ở stdin và stdout.
Comments
n, c = [int(i) for i in input().split()] val = [] for i in range(n): k = int(input()) val.append(k) val.sort() a = sum(val) res = n ress = c - a while ress >= val[0]: res += 1 ress -= val[0] if ress < val[0]: print(res) break
loi IR code nay dc luon a-_-
uk
ví dụ lừa thật, sai 2 lần mới nhận ra :))
This comment is hidden due to too much negative feedback. Show it anyway.