腼腆橘子

文章
4
资源
1
加入时间
3年1月10天

Codeforces 923 C. Perfect Security

http://codeforces.com/contest/923/problem/CTrie树#include<cstdio>#include<iostream>using namespace std;#define N 300001#define M 30int tot=1,tr[N*M][2],sum[N*M];...