欢迎来到蒟蒻mqd的博客

摘要: https://www.cnblogs.com/gaojun/p/3359355.html Linux第一课(基本的文件(文件夹)操作) http://keyblog.cn/article-93.html linux命令大全手册 http://man.linuxde.net/ 解压:tar xzf 阅读全文
posted @ 2019-04-23 12:23 mmqqdd 阅读(230) 评论(0) 推荐(0) 编辑
摘要: D. Points Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://codeforces.com/contest/19/problem/D Description Pete and Bob invented a new interesting g 阅读全文
posted @ 2019-04-22 23:35 mmqqdd 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 题目链接 http://poj.org/problem?id=2528 Description The citizens of Bytetown, AB, could not stand that the candidates in the mayoral election campaign hav 阅读全文
posted @ 2019-04-22 21:55 mmqqdd 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Max answer 题目链接 https://nanti.jisuanke.com/t/38228 Describe Alice has a magic array. She suggests that the value of a interval is equal to the sum of 阅读全文
posted @ 2019-04-21 00:15 mmqqdd 阅读(843) 评论(7) 推荐(0) 编辑
摘要: D. Gourmet choice time limit per test 2 seconds memory limit per test 256 megabytes 题目链接: https://codeforces.com/problemset/problem/1131/D Discribe D. 阅读全文
posted @ 2019-04-20 01:59 mmqqdd 阅读(244) 评论(0) 推荐(0) 编辑
摘要: Brute Force Sorting Time Limit: 1 Sec Memory Limit: 128 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=6215 Description Beerus needs to sort an arr 阅读全文
posted @ 2019-04-19 23:22 mmqqdd 阅读(192) 评论(0) 推荐(0) 编辑
摘要: Buy Tickets Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=2795 Description Railway tickets were difficult to b 阅读全文
posted @ 2019-04-19 16:30 mmqqdd 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 题目链接: https://codeforces.com/contest/1151 A. Maxim and Biology 题解: 水题直接上代码 代码: 1 #include<bits/stdc++.h> 2 using namespace std; 3 int n,ans=123456789; 阅读全文
posted @ 2019-04-19 13:24 mmqqdd 阅读(243) 评论(0) 推荐(0) 编辑
摘要: Billboard Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/showproblem.php?pid=2795 Description At the entrance to the university, th 阅读全文
posted @ 2019-04-18 17:52 mmqqdd 阅读(124) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wobeatit/article/details/86522708 阅读全文
posted @ 2019-04-18 10:35 mmqqdd 阅读(761) 评论(0) 推荐(0) 编辑
摘要: D. Closest Equals Time Limit: 1 Sec Memory Limit: 256 MB 题目连接 https://codeforces.com/problemset/problem/522/D Description You are given sequence a1, a 阅读全文
posted @ 2019-04-18 10:21 mmqqdd 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 题目连接 http://poj.org/problem?id=2482 Description Fleeting time does not blur my memory of you. Can it really be 4 years since I first saw you? I still 阅读全文
posted @ 2019-04-17 21:16 mmqqdd 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 直接给个链接吧,讲的很不错 https://www.cnblogs.com/hujunzheng/p/4702282.html 阅读全文
posted @ 2019-04-17 20:14 mmqqdd 阅读(198) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/cocottt/p/6617421.html 阅读全文
posted @ 2019-04-17 15:12 mmqqdd 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-04-17 13:02 mmqqdd 阅读(233) 评论(0) 推荐(0) 编辑
摘要: chmod 命令有两种使用方式 —————————————————————————— (1)chmod [ u / g / o / a ] [ + / - / = ] [ r / w / x ] file 其中 : u表示User,是文件的所有者 g表示跟User同Group的用户 o表示Other 阅读全文
posted @ 2019-04-17 12:47 mmqqdd 阅读(5376) 评论(0) 推荐(0) 编辑
摘要: 1.设置配置文件 配置放在 ~/.emacs.d/init.el文件中 (手动建立) M-x load-file 设置位置 2. 插件管理系统 packages 可在菜单栏 Options > Manage Emacs Packages中找到 3.高级自定义 ;; 关闭工具栏 (require 'r 阅读全文
posted @ 2019-04-17 12:42 mmqqdd 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 首先安装fcitx一、检测是否安装fcitx首先检测是否有fcitx,因为搜狗拼音依赖fcitx> fcitx提示:程序“fcitx”尚未安装。 您可以使用以下命令安装:> sudo apt-get install fcitx-bin二、安装fcitxsudo apt-get install fci 阅读全文
posted @ 2019-04-17 12:40 mmqqdd 阅读(893) 评论(0) 推荐(0) 编辑
摘要: Atlantis 题目连接 http://poj.org/problem?id=1151 Description here are several ancient Greek texts that contain descriptions of the fabled island Atlantis. 阅读全文
posted @ 2019-04-17 11:22 mmqqdd 阅读(373) 评论(0) 推荐(0) 编辑