Spreading the Wealth UVA - 11300

#include <iostream> #include<stdio.h> #include<algorithm> #include<math.h> using namespace std; const int maxn=1e6+10; typedef long long ll; ll a[maxn],c[maxn]; int main() { int n; while(~scan
相关文章
相关标签/搜索