1016 部分A+B (15分)
生活随笔
收集整理的這篇文章主要介紹了
1016 部分A+B (15分)
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
輸入樣例 1:
3862767 6 13530293 3
輸出樣例 1:
399
輸入樣例 2:
3862767 1 13530293 8
輸出樣例 2:
0
# -*- coding: utf-8 -*-if __name__ == '__main__':input_list = input().split()a, d_a, b, d_b = input_list[0], input_list[1], input_list[2], input_list[3]total_a, total_b = 0, 0for c in a:if c == d_a:total_a += 1for c in b:if c == d_b:total_b += 1if total_a and total_b:result = eval(d_a * total_a) + eval(d_b * total_b)else:result = 0print(result)總結(jié)
以上是生活随笔為你收集整理的1016 部分A+B (15分)的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: pygame下载 + 安装 + 为什么安
- 下一篇: php smarty框架案例,php封装