Eclipse 项目右键 Build Path Config Build Path Source Add Folder, 将a_little_config.txt所在文件夹加入。 Apply, OK,运行成功。 IDEA File Project Structures Modules Path 勾选 ...
分类:
其他好文 时间:
2018-12-04 20:08:00
阅读次数:
204
机房的同学都把这题秒啦 我还是太菜啦 题目 "链接" 题目大意 有一个数组$f$和一个数组$b$,每次操作,$f[i]$会变成$\sum_{j=0}^nb[popcount(i\oplus j)] f[j]$ 求$t$次操作之后的$f$,对$P$取模. $n\leq 2^20,t\leq 10^{1 ...
分类:
其他好文 时间:
2018-12-04 15:37:03
阅读次数:
228
5480: 孤衾易暖 时间限制(普通/Java):1000MS/3000MS 内存限制:65536KByte 描述 哇,好难,我要放弃了(扶我起来,我还能A 寒夜纵长,孤衾易暖,钟鼓渐清圆。 生活也许有些不如意的地方,但是没有什么是拥有一只猫不能解决的,我最喜欢苏格兰折耳猫。 现在我有n只小猫,我要 ...
分类:
其他好文 时间:
2018-12-03 21:41:48
阅读次数:
206
题目: Little K is interested in BnB mode of the game Crazy Arcade recently. He found it important to preview the exploding time of bombs ,so he worked h ...
分类:
其他好文 时间:
2018-11-29 19:58:23
阅读次数:
243
查看是否开启服务 查看my.cnf cat /etc/my.cnf Example MySQL config file for small systems. This is for a system with little memory ( ...
分类:
数据库 时间:
2018-11-29 15:27:19
阅读次数:
166
On a grid map there are n little men and n houses. In each unit time, every little man can move one unit step, either horizontally, or vertically, to ...
分类:
其他好文 时间:
2018-11-28 01:05:47
阅读次数:
130
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3085 Problem DescriptionLast night, little erriyue had a horrible nightmare. He dreamed that he and his ...
分类:
Web程序 时间:
2018-11-28 00:25:38
阅读次数:
279
Java集合 1.java集合的概述 Java集合类存放于 java.util 包中,是一个用来存放对象的容器。 注意:①、集合只能存放对象。比如你存一个 int 型数据放入集合中,其实它是自动转换成 Integer 类后存入的,Java中每一种基本类型都有对应的引用类型。 ②、集合存放的是多个对象 ...
分类:
编程语言 时间:
2018-11-27 22:55:32
阅读次数:
228
题目:Kiki & Little Kiki 2 链接:http://acm.hdu.edu.cn/showproblem.php?pid=2276 分析: 1)如果前一盏灯亮着,则改变这一盏灯的状态。灯用0和1表示亮和不亮。 2)0和0=0,0和1=1,1和0=1,1和1=0;这是异或,或者说 (左 ...
分类:
其他好文 时间:
2018-11-26 23:12:30
阅读次数:
225
Little girl Margarita is a big fan of competitive programming. She especially loves problems about arrays and queries on them. Recently, she was prese ...
分类:
其他好文 时间:
2018-11-24 17:53:25
阅读次数:
120