1085 Perfect Sequence (25 point(s))

#include<iostream> #include<cstdio> #include<vector> #include<algorithm> using namespace std; typedef long long ll; vector<ll> res; int main() { int n; ll p; scanf("%ld%lld", &n, &p); res.resize(n
相關文章
相關標籤/搜索