[codeforces1207F]Remainder Problem

这是一个关于编程竞赛的问题,要求处理两种类型的查询:一种是增加数组中某个元素的值,另一种是计算在指定范围内模x余数为y的所有元素之和。对于第二种查询,当x小于或等于500000时,可以预先计算并存储结果,否则需要动态枚举。题目保证至少有一个类型2的查询。
摘要由CSDN通过智能技术生成

time limit per test : 4 seconds
memory limit per test : 512 megabytes

分数:2100

You are given an array a a a consisting of 500000 integers (numbered from 1 to 500000). Initially all elements of a a a are zero.

You have to process two types of queries to this array:

1   x   y — i n c r e a s e   a x   b y   y 1 \ x \ y — increase \ a_x \ by \ y 1 x yincrease ax by y;
2   x   y — c o m p u t e ∑ i ∈ R ( x , y ) a i 2 \ x \ y — compute ∑i∈_{R(x,y)}a_i 2 x ycomputeiR(x,y)ai, where R ( x , y ) R(x,y) R(x,y) is the set of all integers from 1 to 500000 which have remainder y y y modulo x x x . Can you process all the queries?

Input

The first line contains one integer q ( 1 ≤ q ≤ 500000 ) q(1≤q≤500000) q(1q

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值