摘要:
题目描述输入输出输出m行,每行一个整数,代表输入中每次程序变化后系统所需要的空闲内存单位数。样例输入2 3 1 4 1 4 2 2 1 2 1 1 1 1 1样例输出2 3 1数据范围对于30%的数据,有1#include#include#include#include#defin... 阅读全文
posted @ 2016-10-13 22:19
hiweibolu
阅读(166)
评论(0)
推荐(0)
摘要:
题目描述输入输出有M行,每个询问一行,输出结果mod 1,000,000,007的值。样例输入10 3 3 5 1 2 3 1 3 5 2 1 7 9 3 9 2 3样例输出10 19 6数据范围对于30%的数据,N,M#include#include#include#includ... 阅读全文
posted @ 2016-10-13 22:05
hiweibolu
阅读(124)
评论(0)
推荐(0)