CCF 201909-5 城市规划(C语言)
#include<stdio.h>
#include<math.h>
#include<string.h>
#define pb push_back
#define fi first
#define se second
typedef long long ll;
int n,m,k,u,v,w;
int num[50010];
ll dp[50010][105],tmp[105];
int ok[50010];
int head[50010],cnt;
int min(.
原创
2020-09-07 20:21:47 ·
539 阅读 ·
0 评论