1001 害死人不偿命的(3n+1)猜想
1 | n = int(input()) |
1002 写出这个数
1 | n = input() |
1003 我要通过!
1 | n = int(input()) |
1004 成绩排名
1 | n = int(input()) |
1005 继续(3n+1)猜想
1 | n = int(input()) |
1006 换个格式输出整数
1 | n = '00' + input() |
1007 素数对猜想
1 | n = int(input()) |
1008 数组元素循环右移问题
1 | n, m = map(int, input().split()) |
1009 说反话
1 | s = list(input().split()) |
1010 一元多项式求导
1 | nums = list(map(int, input().split())) |
1011 A+B 和 C
1 | t = int(input()) |
1012 数字分类
1 | nums = list(map(int, input().split())) |
1013 数素数
1 | m, n = map(int, input().split()) |
1014 福尔摩斯的约会
1 | s1, s2, s3, s4 = input(), input(), input(), input() |
1015 德才论(部分通过)
1 | from sys import stdin |
1016 部分A+B
1 | A, Da, B, Db = input().split() |
1017 A除以B
1 | a, b = map(int, input().split()) |
1018 锤子剪刀布
1 | n = int(input()) |
1019 数字黑洞
1 | n = input() |
020 月饼
1 | N, D = map(int, input().split()) |
1021 个位数统计
1 | n = input() |
1022 D进制的A+B
1 | a, b, d = map(int, input().split()) |
1023 组个最小数
1 | nums = list(map(int, input().split())) |
1024 科学计数法
1 | a = input() |
1025 反转链表
1 | start, n, k = map(int, input().split()) |
1026 程序运行时间
1 | c1, c2 = map(int, input().split()) |
1027 打印沙漏
1 | n, symbol = input().split() |
1028 人口普查(部分通过)
1 | from sys import stdin |
1029 旧键盘
1 | a, b = input(), input() |
1030 完美数列
1 | n, p = map(int, input().split()) |
1031 查验身份证
1 | n = int(input()) |
1032 挖掘机技术哪家强
1 | n = int(input()) |
1033 旧键盘打字
1 | bad, string = list(input()), input() |
1034 有理数四则运算
1 | import math |
1035 插入与归并
1 | n = int(input()) |
1036 跟奥巴马一起编程
1 | n, c = input().split() |
1037 在霍格沃茨找零钱
1 | p, a = input().split() |
1038 统计同成绩学生
1 | n = int(input()) |
1039 到底买不买
1 | s, t = input(), input() |
1040 有几个PAT
1 | import bisect |
1041 考试座位号
1 | n = int(input()) |
1042 字符统计
1 | from collections import Counter |
1043 输出PATest
1 | from collections import Counter |
1044 火星数字
1 | n = int(input()) |
1045 快速排序
1 | n = int(input()) |
1046 划拳
1 | n = int(input()) |
1047 编程团体赛
1 | n = int(input()) |
1048 数字加密
1 | a, b = input().split() |
1049 数列的片段和(部分通过)
1 | n = int(input()) |
1050 螺旋矩阵
1 | import math |
1051 复数乘法
1 | import math |
1052 卖个萌
1 | 看不懂题 |
1053 住房空置率
1 | n, e, d = map(float, input().split()) |