一.创建工程 cmd:vue ui 项目管理器 创建项目 包管理器npm 功能选中router二.添加页面 &n…
node.js Express
一.快速入门 https://learn.microsoft.com/zh-cn/azure/app-service/quickstart-nodejs?tabs=windows&pivots=developme…
CF1630D Flipping Range
#include <bits/stdc++.h> using namespace std; long long a[1000001]; long l…
P2890 [USACO07OPEN]Cheapest Palindrome G
#include <bits/stdc++.h> using namespace std; char li[3001]; char tmp[3]; int&n…
P1880 石子合并
#include <bits/stdc++.h> using namespace std; int a[301]; int dp[201][301]; int…
P1270 访问美术馆
//物品为基准 #include <bits/stdc++.h> using namespace std; int mx; long long dp…
P1131 时态同步
#include <bits/stdc++.h> using namespace std; const int MAXN=1000001; int …
洛谷P2657 [SCOI2009]windy数
#include <bits/stdc++.h> using namespace std; long long x; long long …
洛谷P2602 [ZJOI2010]数字计数
//左填法 #include <bits/stdc++.h> using namespace std; long long x; long long…