解题思路:
注意事项:
参考代码:
words = input().strip().split() words = dict(zip([len(i) for i in words], words)) print(words[max(words)])
0.0分
0 人评分
C语言程序设计教程(第三版)课后习题6.11 (C语言代码)浏览:2098 |
C语言程序设计教程(第三版)课后习题6.2 (C语言代码)浏览:751 |
C语言程序设计教程(第三版)课后习题7.2 (C语言代码)浏览:570 |
简单的a+b (C语言代码)浏览:626 |
C语言程序设计教程(第三版)课后习题5.5 (C语言代码)浏览:590 |
Tom数 (C语言代码)浏览:581 |
分糖果 (C语言代码)浏览:980 |
一元一次方程 (C语言代码)浏览:4245 |
理财计划 (C语言代码)浏览:494 |
C语言程序设计教程(第三版)课后习题6.3 (C语言代码)浏览:494 |