最新 最热

PAT 1049 Counting Ones (30分) 编程之美--1的个数

The task is simple: given any positive integer N, you are supposed to count the total number of 1's in the decimal form of the integers from 1 to N. For example...

2020-07-14
1

PAT 1041 Be Unique (20分)利用数组找出只出现一次的数字

Being unique is so important to people on Mars that even their lottery is designed in a unique way. The rule of winning is simple: one bets on a number chosen f...

2020-07-14
1

PAT 1035 Password (20分) 字符替换

To prepare for PAT, the judge sometimes has to generate random passwords for the users. The problem is that there are always some confusing passwords since it i...

2020-07-14
1

PAT 1036 Boys vs Girls (25分) 比大小而已

This time you are asked to tell the difference between the lowest grade of all the male students and the highest grade of all the female students.

2020-07-14
1

PAT 1010 Radix (25分) radix取值无限制,二分法提高效率

题目Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The

2020-07-14
2

PAT 1015 Reversible Primes (20分) 谜一般的题目,不就是个进制转换+素数判断

A reversible prime in any number system is a prime whose "reverse" in that number system is also a prime. For example in the decimal system 73 is a reversible p...

2020-07-14
1

PAT 1018 Public Bike Management (30分) Dijstra + DFS

There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world. One may rent a bike at any station and...

2020-07-14
1

【Kaggle】Intro to Machine Learning 第一次提交 Titanic

各个 tab 下可以查看数据Data、代码编写Notebooks、讨论、排名、比赛规则、队伍

2020-07-13
1

ACM入门(占个位)

A+B for Input-Output Practice(using C++)1.Problem DescriptionYour task is to Calculate a + b. Too

2020-07-07
1

「R」Shiny:工作流(二)调试

当你开始编写应用程序时,几乎可以确定会出错。导致大多数错误的原因是我们心里的 Shiny 设计模型与 Shiny 实际的运行情况的不匹配。当你阅读本文时,你的思维模式将得到改善,从而减少犯错,而一旦犯错,就更容易发现问题。但...

2020-07-03
1