这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include #include using namespace std; const int match[10] = {6, 2, 5, 5, 4, 5, 6, 3, 7, 6}; int nummatch(int num) { // 计算数字所需的火柴数量 int nm = 0; if (num =…
为什么我这个超时了啊?求大佬指点 ```cpp #include #include using namespace std; int N; // 手指数量 int M; // 加的数字 int res = 0; int mar[10005]; int arr[10005]; bool st[10005]; bool r…