上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页
摘要: Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the 阅读全文
posted @ 2021-02-16 22:26 XA科研 阅读(71) 评论(0) 推荐(0) 编辑
摘要: A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and published years 阅读全文
posted @ 2021-02-16 21:42 XA科研 阅读(69) 评论(0) 推荐(0) 编辑
摘要: Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Mars dollars M$). When making 阅读全文
posted @ 2021-02-09 23:01 XA科研 阅读(70) 评论(0) 推荐(0) 编辑
摘要: 在return 0前面添加 system("pause"); 可以让程序暂停,防止一闪而过。 阅读全文
posted @ 2021-02-09 22:33 XA科研 阅读(38) 评论(0) 推荐(0) 编辑
摘要: 关闭同步,可以提升cin和cout的速度 代码: std::ios::sync_with_stdio(false); 阅读全文
posted @ 2021-02-09 22:06 XA科研 阅读(719) 评论(0) 推荐(1) 编辑
摘要: 原因:自定义的****变量与库中重名; 解决:修改一下变量名 阅读全文
posted @ 2021-02-09 00:26 XA科研 阅读(942) 评论(0) 推荐(0) 编辑
摘要: A Binary Search Tree (BST) is recursively defined as a binary tree which has the following properties: The left subtree of a node contains only nodes 阅读全文
posted @ 2021-02-08 23:25 XA科研 阅读(51) 评论(0) 推荐(0) 编辑
摘要: Shuffling is a procedure used to randomize a deck of playing cards. Because standard shuffling techniques are seen as weak, and in order to avoid "ins 阅读全文
posted @ 2021-02-08 20:45 XA科研 阅读(102) 评论(0) 推荐(0) 编辑
摘要: Given a stack which can keep M numbers at most. Push N numbers in the order of 1, 2, 3, ..., N and pop randomly. You are supposed to tell if a given s 阅读全文
posted @ 2021-02-07 00:02 XA科研 阅读(37) 评论(0) 推荐(0) 编辑
摘要: Behind the scenes in the computer's memory, color is always talked about as a series of 24 bits of information for each pixel. In an image, the color 阅读全文
posted @ 2021-02-06 22:33 XA科研 阅读(72) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 23 下一页