牛客631428359号
牛客631428359号
全部文章
分类
题解(10)
归档
标签
去牛客网
登录
/
注册
牛客631428359号的博客
全部文章
(共10篇)
题解 | #统计大写字母个数#
while True: try: s = input() &nbs...
Python3
2021-10-22
0
320
题解 | #尼科彻斯定理#
while True: try: n = int(input())  ...
Python3
2021-10-22
18
1858
题解 | #参数解析#
while True: try: s = input().split() &n...
Python3
2021-10-22
6
1190
题解 | #配置文件恢复#
while True: try: s = input().split() &n...
Python3
2021-10-21
0
437
题解 | #DNA序列#
while True: try: s = input() &nbs...
Python3
2021-10-20
1
563
题解 | #查找组成一个偶数最接近的两个素数#
while True: try: n = int(input())  ...
Python3
2021-10-20
0
375
题解 | #名字的漂亮度#
while True: try: n = int(input())  ...
Python3
2021-10-19
0
355
题解 | #求小球落地5次后所经历的路程和第5次反弹的高度#
while True: try: h = int(input())  ...
Python3
2021-10-18
1
473
题解 | #字符串排序#
while True: try: s = input() &nbs...
Python3
2021-10-18
0
331
题解 | #简单密码#
s = input() res="" for i in s: if i=='Z': res&nb...
Python3
2021-10-17
0
417