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
相關文章
相關標籤/搜索