这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《听取wa声一片》回复:
@[QAQ_liu](/user/1032871) sb
在讨论《听取wa声一片》回复:
@[QAQ_liu](/user/1032871) 已关注
在讨论《0分求调 QWQ》回复:
@[chenrongqing](/user/798795) @[chenrongqing](/user/798795) @[chenrongqing](/user/798795) @[chenrongqing](/user/798795) @[chenrongqing](/user/798795) @[chenrong…
```cpp #include using namespace std; int n, m, vis[110][110], sum; int d[4][2] = {{ -1, 0},{ 0, -1},{ 1, 0},{ 0, 1}}; int mp[110][110]; struct node { int x, y;…
在讨论《双倍经验》回复:
hh
在讨论《双倍经验》回复:
哦,应该是三倍经验 见[T271475 [NOIP2002 普及组] 过河卒](https://www.luogu.com.cn/problem/T271475)
在讨论《玄学???》回复:
为什么?????
```cpp #include using namespace std; int b[1000], a[1000]; int sv(string a, string b){ if (a == "km" && b == "mm"){ return 1000000; } if (a == "m" && b == "mm")…
在讨论《小学六年级科学题求助》回复:
@[Ice_rnfmabj](/user/695943) 没超纲,(除非你用的不是浙教版)
```cpp #include using namespace std; int mp[5000][10000], a[50000]; int main(){ int m, n, i, j; cin >> m >> n; for(int i = 1; i > a[i]; } for(i = 1; i <= n; ++i…
```cpp #include using namespace std; int mp[101][1001]; int a[1000000], b[10000000]; int main(){ int i, j, n, m; cin >> m >> n; for(i = 1; i > a[i] >> b[i]; b[i…
```cpp #include using namespace std; const int N = 1000 + 5; const int M = 1000000 + 5; int d[M], step[M]; bool vis[M]; int main(){ int T; cin>> T; while(T--){…
P1562 还是 N 皇后 本蒟蒻不会位运算,只能爆搜,只得了70分,求优化 ```cpp #include using namespace std; int i, j, n, ans = 0; bool vis1[20], vis2[20], vis3[20]; char mp[100][100]; inline v…
```cpp #include using namespace std; long long a, b; bool fa = 0; long long cnt = 0; long long d[1000000]; void dfs(int x){ if(x > b) return; if(x == b){ fa = 1…
在讨论《dfs的TLE 60分》回复:
@[renjunxin0721](/user/865398) 谢谢,已过
```cpp #include using namespace std; int fx, fy, p=0; char mp[110][110]; bool vist[110][110]; int ax[6]={-1, 0, 1, 0}; int ay[6]={0, 1, 0, -1}; void mg(int nx,…
```cpp #include using namespace std; int fx, fy, p = 0, sx, sy; bool vist[40][40]; int ax[10] = {-2, -1, 1, 2, 2, 1, -1, -2}; int ay[10] = {1, 2, 2, 1, -1, -2,…
```cpp #include #define ll long long using namespace std; const int N = 100 + 5; char mp[N][N]; int f[N][N]; bool vis[N][N]; int n, m; char d[2] = {'B', 'W'}; v…
```cpp #include using namespace std; struct xxs{ string m; int n,y,r; }tx[100+90]; bool cmp(xxs a1,xxs a2){ if(a1.n!=a2.n)return a1.n >n; for(i=1;i >tx[i].m>>tx…
在讨论《在学校 电脑被老师控制?不可能的》回复:
我们学校的极域,删掉就会触发报警,所以只能退出,不能删掉
在讨论《为什么无法输入》回复:
```cpp #include using namespace std; int i, j, d[10], n, ans = 0; char mp[20][20]; bool check(int h, int dep){ int i; for (i = 1; i 0 && d[h - i] == dep - i)ret…
在讨论《为什么无法输入》回复:
对,但还是感谢大佬 @[yma_y_wma](/user/1023017) 改完后:```cpp #include using namespace std; int i, j, d[10], n, ans = 0; char mp[20][20]; bool check(int h, int dep){ int i;…
```cpp #include using namespace std; int i, j, d[10], n, ans = 0; char map[20][20]; bool check(int h, int dep){ int i; for (i = 1; i 0 && d[h - i] == dep - i)re…
```cpp #include using namespace std; int p = 0, m, n, b[100][100]; char mp[100][100]; int ax[10] = {-1, 0, 1, 0, -1, 1, 1, -1}; int ay[10] = {0, 1, 0, -1, -1, -…
```cpp #include using namespace std; int mp[10][10],sx,sy,cx,cy,fx,fy; bool va[10][10], vb[10][10], vc[10][10]; /*bool check(int ax,int ay,int x){//这个函数是判断数独上,行…
```cpp #include using namespace std; int mp[100][100],sx,sy,fx,fy,t = 0,n,m,cx,cy,xe = 6; bool vist[100][100]; int ax[6]={-1,0,1,0}; int ay[6]={0,1,0,-1}; void…
```cpp #include using namespace std; const int N=1000000; string a; int main(){ int l=0,i,la,m=1,n=10000000; cin >> a; la = a.size(); for(int j = 0;j = l)l = m;…
```cpp #include using namespace std; int mp[100][100],sx,sy,fx,fy,p=0,c,k,z,cx,cy; bool vist[100][100]; int ax[6]={-1,0,1,0}; int ay[6]={0,1,0,-1}; void mg(int…