- 博客(7)
- 收藏
- 关注
原创 PAT1002
#include "iostream"#include "map"#include "set"#include "vector"using namespace std;map<int, double> res;set<int> set_ex;int k, ex;double co;int main(){ cin >> k; w...
2019-05-14 14:20:12
374
原创 PAT1001
#include "iostream"#include "algorithm"#include "string"using namespace std;int main(){ int a,b,c; cin >> a >> b; c = a + b; if(c<0) cout << '-'; ...
2019-05-13 21:07:09
176
转载 g++ createprocess: no such file and directory问题解决
g++ createprocess: no such file and directory问题解决原网址https://stackoverflow.com/questions/3848357/createprocess-no-such-file-or-directory把C环境安装文件夹内libexec/gcc/mingw32/版本号/加入环境变量...
2019-05-01 14:41:36
3047
原创 pip install UnicodeDecodeError: 'utf-8' codec can't decode
UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0xb0 in position 1105: invalid start byte描述在pip install某个包时,发现了这个问题,在如下网址处得到了解决https://stackoverflow.com/questions/25036897/pip-install-unicodede...
2019-04-27 01:03:52
1466
转载 Ubuntu18.04 apt和手动安装JDK
Ubuntu18.04 apt和手动安装JDK原网址内容openjdk,apt安装jdk,apt安装检查版本手动设置默认JAVA版本手动安装JDK原网址https://linuxconfig.org/how-to-install-java-on-ubuntu-18-04-bionic-beaver-linux内容openjdk,apt安装sudo apt install openjdk-...
2019-04-26 23:00:22
2780
转载 资源网站
pip国内镜像阿里云 https://mirrors.aliyun.com/pypi/simple/中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/豆瓣(douban) http://pypi.douban.com/simple/清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/中国科学技术大学 h...
2019-04-22 21:22:05
1975
转载 使用优快云-markdown编辑器
abc自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入欢迎使用Ma...
2019-03-27 10:16:15
174
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人