2019年8月3日
摘要:
1015 Reversible Primes (20 分) 1015 Reversible Primes (20 分) 1015 Reversible Primes (20 分) A reversible prime in any number system is a prime whose "re
阅读全文
posted @ 2019-08-03 00:22
蔡军帅
阅读(248)
推荐(0)
摘要:
0. FAQ 0.1 提交后提示“答案错误”或者“格式错误” PTA检查答案正确与否是通过字符串匹配实现的。所以可能有以下几种原因: 0.2 提交后提示"非零返回" 0.3 其他要注意的 PTA中的Python3无法正确处理中文字符,所以任何时候,提交的代码中都不要出现中文。新建题时不要在输入、输出
阅读全文
posted @ 2019-08-03 00:19
蔡军帅
阅读(964)
推荐(0)
摘要:
0. FAQwhile True: raw = input() if raw == '': break print(sum(map(int, raw.split()))) 0.1 ...
阅读全文
posted @ 2019-08-03 00:19
蔡军帅
阅读(243)
推荐(0)
2019年8月2日
摘要:
1014 Waiting in Line (30 分) Suppose a...
阅读全文
posted @ 2019-08-02 23:20
蔡军帅
阅读(129)
推荐(0)
摘要:
1014 Waiting in Line (30 分) 1014 Waiting in Line (30 分) 1014 Waiting in Line (30 分) Suppose a bank has N windows open for service. There is a yellow l
阅读全文
posted @ 2019-08-02 23:20
蔡军帅
阅读(727)
推荐(0)
2019年8月1日
摘要:
1013 Battle Over Cities (25 分) 1013 Battle Over Cities (25 分) 1013 Battle Over Cities (25 分) It is vitally important to have all the cities connected
阅读全文
posted @ 2019-08-01 22:28
蔡军帅
阅读(384)
推荐(0)
摘要:
1013 Battle Over Cities (25 分) It is vitally important to have all the cities connected by highways in a w...
阅读全文
posted @ 2019-08-01 22:28
蔡军帅
阅读(95)
推荐(0)
2019年7月31日
摘要:
题意:为了评估我们第一年的CS专业学生的表现,我们只考虑他们的三个课程的成绩:C - C编程语言,M - 数学(微积分或线性代数)和E - 英语。同时,我们鼓励学生强调自己的最优秀队伍 - 也就是说,在三个课程和...
阅读全文
posted @ 2019-07-31 23:49
蔡军帅
阅读(103)
推荐(0)
摘要:
题意: 为了评估我们第一年的CS专业学生的表现,我们只考虑他们的三个课程的成绩:C - C编程语言,M - 数学(微积分或线性代数)和E - 英语。同时,我们鼓励学生强调自己的最优秀队伍 - 也就是说,在三个课程和平均成绩的四个职级中,我们打印每个学生的最佳排名。 例如,C,M,E和A - 4名学生
阅读全文
posted @ 2019-07-31 23:49
蔡军帅
阅读(359)
推荐(0)
2019年7月28日
摘要:
anconda + python 3.6安装 anaconda + python3.6安装安装老版本带python3.6的anaconda安装老版本带python3.6的anacondaanaconda下载. 作者:Longriver111 来源:CSDN 原文:https://blog.csdn.
阅读全文
posted @ 2019-07-28 22:52
蔡军帅
阅读(10140)
推荐(0)