自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 从0开始linux开发学习

2019/7/24环境装备wsl下安装gcc,用makefile写一个hello,world

2019-07-24 20:02:02 86

原创 uva 227 c++

#include<iostream>#include<string>#define N 5int main(){ int posx, posy; int puzzleNum = 1; std::string arr[N]; std::string operate; std::string order; bool ok...

2019-05-18 10:51:49 142

原创 uva 1225

水题题目连接https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3666答案很简陋待优化。#include "stdio.h"#include "string.h"#define maxn 40000int mai...

2019-05-09 15:26:41 75

转载 UVa 12096

小紫书 p1152019/2/12 12:04这题我不会 答案先抄在这里#include &lt;set&gt;#include &lt;vector&gt;#include &lt;map&gt;#include &lt;string&gt;#include &lt;stack&gt;#include &lt;iostream&gt;#include &lt;algori...

2019-02-12 21:03:01 174

原创 UVa 400

2019/2/12 11:37 输出正确主要在于理解题意,排序和格式化输出部分并不难 #include &lt;iostream&gt;#include &lt;algorithm&gt;#include &lt;string&gt;using namespace std;const int maxcol = 60;const int maxn = 100 + 5;st...

2019-02-12 11:38:15 143

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除