本文分类:news发布日期:2026/3/14 1:44:28
打赏

相关文章

5-7 六度空间 (30分)

5-7 六度空间 (30分)#include <iostream> #include <vector> #include <queue> #include <string.h>using namespace std;vector<int> v[10010]; queue<int> q; int vis[10010], …

nginx限流

Nginx 限流测试完全指南 一、快速开始 1. Nginx 配置(http 块) http{set_real_ip_from 100.127.0.0/16; # 腾讯云 CLB 实际使用的网段set_real_ip_from 10.206.0.0/24; # 保留原有的(如果有用)real_ip_head…

5-3 树的同构 (25分)

5-3 树的同构 (25分)#include <iostream> #include <string.h>using namespace std;struct node {int lchild, rchild;char key; }tree1[10], tree2[10];int flag[10];int getindex(char ch) {if(ch == -)…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部