摘要:
https://www.cnblogs.com/gaojun/p/3359355.html Linux第一课(基本的文件(文件夹)操作) http://keyblog.cn/article-93.html linux命令大全手册 http://man.linuxde.net/ 解压:tar xzf 阅读全文
摘要:
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 阅读全文
摘要:
题目链接 http://poj.org/problem?id=2528 Description The citizens of Bytetown, AB, could not stand that the candidates in the mayoral election campaign hav 阅读全文
摘要:
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 阅读全文
摘要:
D. Gourmet choice time limit per test 2 seconds memory limit per test 256 megabytes 题目链接: https://codeforces.com/problemset/problem/1131/D Discribe D. 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
题目链接: https://codeforces.com/contest/1151 A. Maxim and Biology 题解: 水题直接上代码 代码: 1 #include<bits/stdc++.h> 2 using namespace std; 3 int n,ans=123456789; 阅读全文
摘要:
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 阅读全文
摘要:
https://blog.csdn.net/wobeatit/article/details/86522708 阅读全文
摘要:
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 阅读全文
摘要:
题目连接 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 阅读全文
摘要:
直接给个链接吧,讲的很不错 https://www.cnblogs.com/hujunzheng/p/4702282.html 阅读全文
摘要:
https://www.cnblogs.com/cocottt/p/6617421.html 阅读全文
摘要:
阅读全文
摘要:
chmod 命令有两种使用方式 —————————————————————————— (1)chmod [ u / g / o / a ] [ + / - / = ] [ r / w / x ] file 其中 : u表示User,是文件的所有者 g表示跟User同Group的用户 o表示Other 阅读全文
摘要:
1.设置配置文件 配置放在 ~/.emacs.d/init.el文件中 (手动建立) M-x load-file 设置位置 2. 插件管理系统 packages 可在菜单栏 Options > Manage Emacs Packages中找到 3.高级自定义 ;; 关闭工具栏 (require 'r 阅读全文
摘要:
首先安装fcitx一、检测是否安装fcitx首先检测是否有fcitx,因为搜狗拼音依赖fcitx> fcitx提示:程序“fcitx”尚未安装。 您可以使用以下命令安装:> sudo apt-get install fcitx-bin二、安装fcitxsudo apt-get install fci 阅读全文
摘要:
Atlantis 题目连接 http://poj.org/problem?id=1151 Description here are several ancient Greek texts that contain descriptions of the fabled island Atlantis. 阅读全文