- 博客(3)
- 收藏
- 关注
原创 ACM-ICPC 2018 南京赛区网络预赛 E. AC Challenge
题目链接:https://nanti.jisuanke.com/t/30994 题意:给n个问题,然后每个问题 给出a,b,s 分别表示 第i个解决这个题,就给 (a*i+b) 的收益,s表示有 s个前置问题,必须回答出来 s个前置问题 才能解决这个问题获得收益 直接上状压DP \( ̄︶ ̄*\)) 然鹅难过的是比赛结束后睡了一觉才AC 虽然感觉是一眼题,但自己还是...
2018-09-02 10:23:50 155
原创 HDU 6373 Pinball 理想状态下,小球在斜面上的运动规律
Pinball HDU - 6373 There is a slope on the 2D plane. The lowest point of the slope is at the origin. There is a small ball falling down above the slope. Your task is to find how many times the bal...
2018-09-02 10:14:12 762
原创 ZOJ 3950 How Many Nines
三维打表 记录下每个年月日之前 ‘9’出现的总共次数 输出的时候将两个时间表相减 因为输出的要包括两个区间端点的日期 所以要处理一下初始日期#include <stdio.h> #include <string.h> #include <iostream> using namespace std; int G[10000][14][32];//三维表 int main() { int
2017-04-29 20:50:23 211
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人