摘要: 知识点 **#**为注释 注意缩进 不需要分号进行断句 #大数运算 print(12345678910111213*987654321011) #乘法运算 print("python从入门到入土\n"*3) #p2_1.py """ 第一个小游戏 """ temp=input("猜数字:") gue 阅读全文
posted @ 2022-12-18 13:12 Vijurria 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://www.acwing.com/activity/content/competition/problem_list/2696/ C我前几个月碰到了原题hh,原题在cf上 4782. 第k个数 题目大意: 输出从大到小的第k个数字 输入样例1: 5 3 20 10 30 40 10 输出 阅读全文
posted @ 2022-12-18 09:29 Vijurria 阅读(16) 评论(0) 推荐(0) 编辑