文明大学生

数学公式

随笔分类 -  思维题

F - The Hermit HDU - 6560
摘要:#include <set> #include <map> #include <deque> #include <queue> #include <stack> #include <cmath> #include <ctime> #include <bitset> #include <cstdio> 阅读全文

posted @ 2020-01-30 20:55 文明大学生 阅读(294) 评论(0) 推荐(0)

F - You Are Given Some Letters... CodeForces - 1202F
该文被密码保护。

posted @ 2019-11-01 20:45 文明大学生 阅读(0) 评论(0) 推荐(0)

分块
该文被密码保护。

posted @ 2019-11-01 20:30 文明大学生 阅读(0) 评论(0) 推荐(0)

D - Print a 1337-string... CodeForces - 1202D
摘要:#include <bits/stdc++.h> using namespace std; /* 给你一个数n,让你求一个串,里面的子序列“1337”的数量恰好为n 开始时用1的数量*C(m,2)*7的数量,不好处理 题解中用13377773333337的形式,使得C(m,2)+7的数量=n; 这样更好处理 */ typedef long long ll; const int maxn=1e9; 阅读全文

posted @ 2019-10-19 09:45 文明大学生 阅读(124) 评论(0) 推荐(0)

C - The Number Of Good Substrings CodeForces - 1217C
摘要: 阅读全文

posted @ 2019-10-01 22:20 文明大学生 阅读(350) 评论(0) 推荐(0)

A - Creating a Character CodeForces - 1217A
该文被密码保护。

posted @ 2019-10-01 20:57 文明大学生 阅读(0) 评论(0) 推荐(0)

G - String Transformation HDU - 6282
该文被密码保护。

posted @ 2019-09-29 20:16 文明大学生 阅读(0) 评论(0) 推荐(0)

导航