摘要:
最简单的,贪心算法就可以解决。 #include<iostream> using namespace std; #define ll long long int main() { int n,v,result=0; cin>>n>>v; ll nt=-100; for(int i=0;i<n;++i 阅读全文
摘要:
Ubiquitous Religions Time Limit: 5000MS Memory Limit: 65536K Total Submissions: 34826 Accepted: 16788 Description There are so many different religion 阅读全文