| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/KevinMathewT/Competitive-Programming/master/ASummationProblem.cpp | [Back] [Original] |
#include
using namespace std;
typedef long long ll;
#define M 998244353
// Author - Kevin Mathew
// Birla Institute of Technology, Mesra
ll n, k;
ll a[2000010], pre[2000010];
ll power(ll x, ll a){
ll ans = 1;
// cout
| Web Proxy Viewer | New URL | Original Page |