未分类共14篇 第2页
测试文章 :)-谷穗社区

测试文章 :)

文章测试
谷穗社区工作室的头像-谷穗社区谷穗社区工作室1年前
06714
20240128 上课-谷穗社区

20240128 上课

#include <bits/stdc++.h>using namespace std;const int R = 8;const int C = 10;const int BR = 0; const int BC = 0; const int ER = 7;const int EC = 9;int dr[4] = {0, 1, 0, -1};i...
谷穗社区工作室的头像-谷穗社区谷穗社区工作室1年前
05314
【8】初赛备赛-谷穗社区

【8】初赛备赛

错位排列:D(n)=(n-1)*[D(n-2)+D(n-1)]。特殊的,D(0)=0,D(2)=1a-b=a ∩ !B
谷穗社区工作室的头像-谷穗社区谷穗社区工作室3个月前
0406

初赛备赛【图】

谷穗社区工作室的头像-谷穗社区谷穗社区工作室3个月前
04013