a=input()
a=int(a)
b=input()
b=int(b)
c=input()
c=c.split()
c=[int(i)for i in c]
c.sort()
c=c[::-1]
cnt=0
for i in range(b):
cnt+=c[i]
print(cnt)
#1234567890qwertyuiopasdfghjkl;'zxcvbnm,./
#(凑字数)
...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《python蓝桥等考十八级真题(4)!》 | 218字 | 10.0分钟 | 100% | 39 CPM | 12 次 | 0 | 不及格,加强练习! |
Suggestion:
总的来说速度上可能不是很快,多练习键位、或英文文章巩固一下,然后试着对应的输入法练习上,多增加词组等、一次性多字的输出,这样可以总体上提高部份速度。
|
|||||||
Inspirational quotes: 我要有能做我自己的自由,和敢做我自己的胆量。 ——林语堂 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |