摘要:
#include<iostream> #include<algorithm> using namespace std; const int N=10010; bool st[N]; int res[N]; int n; void dfs(int x) { if(x==n+1) { for(int i 阅读全文
posted @ 2022-04-07 14:15
山海自有归期
阅读(49)
评论(0)
推荐(0)
摘要:
#include <cstring> #include <iostream> #include <algorithm> using namespace std; const int N = 510; int n, m; int g[N][N]; int dist[N]; bool st[N]; in 阅读全文
posted @ 2022-04-07 14:06
山海自有归期
阅读(44)
评论(0)
推荐(0)
摘要:
#include<iostream> #include<algorithm> #include<queue> #include<cstring> using namespace std; const int N=100010; int h[N], w[N], e[N], ne[N], cur; in 阅读全文
posted @ 2022-04-07 14:05
山海自有归期
阅读(60)
评论(0)
推荐(0)
摘要:
团队的题目:Learn Anywhere App A 技术模块 (1)使用Python爬虫技术进行数据的采集和分析 (2)身为一个大学生,对一些需求有切身的体会 B 好处 (1) 线上的自习室查询可以实现用户的随时随地查询 (2)可以解决线上自习自制力不强的问题 C 竞争 (1)通过市场调研,我们了 阅读全文
posted @ 2022-04-07 14:03
山海自有归期
阅读(39)
评论(0)
推荐(0)

浙公网安备 33010602011771号