摘要: If a machine can save only 3 significant digits, the float numbers 12300 and 12358.9 are considered equal ... 阅读全文
posted @ 2019-10-15 20:22 大帅本帅 阅读(9) 评论(0) 推荐(0)
摘要: Given two sets of integers, the similarity of the sets is defined to be N​c​​/N​t​​×100%, where N​c​​ is t... 阅读全文
posted @ 2019-10-15 18:22 大帅本帅 阅读(8) 评论(0) 推荐(0)
摘要: 1.将虚拟机处于关机状态,扩大虚拟机的容量。硬盘->扩展【这里要注意一旦扩大就降不回来了!!】2.开机,点开左下角的应用图标,在其中搜索“disk”,选中“disks”3."设置"按钮→ Resize(第三个按钮... 阅读全文
posted @ 2019-10-15 09:19 大帅本帅 阅读(13) 评论(0) 推荐(0)
摘要: Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all ... 阅读全文
posted @ 2019-10-14 23:25 大帅本帅 阅读(6) 评论(0) 推荐(0)
摘要: A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. ... 阅读全文
posted @ 2019-10-14 22:54 大帅本帅 阅读(6) 评论(0) 推荐(0)
摘要: Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no d... 阅读全文
posted @ 2019-10-14 20:04 大帅本帅 阅读(5) 评论(0) 推荐(0)
摘要: A reversible prime in any number system is a prime whose "reverse" in that number system is also a prime. ... 阅读全文
posted @ 2019-10-13 12:03 大帅本帅 阅读(16) 评论(0) 推荐(0)
摘要: 题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805386161274880思路:1.创建结构体存储分子和分母2.分数依次相... 阅读全文
posted @ 2019-10-12 21:52 大帅本帅 阅读(30) 评论(0) 推荐(0)
摘要: 题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805403651522560思路:1.存储每个数字当前位置,判断过程分两种情... 阅读全文
posted @ 2019-10-08 16:45 大帅本帅 阅读(6) 评论(0) 推荐(0)
摘要: 题目链接:https://pintia.cn/problem-sets/994805342720868352/problems/994805432256675840思路:1.定义两个数组存储数字和数字的个数2.从... 阅读全文
posted @ 2019-10-03 14:39 大帅本帅 阅读(3) 评论(0) 推荐(0)