摘要: #include <cstdio> #include <cstring> #include <vector> using namespace std; int main(){ int a[210000],flag[210000],lag[210000],n; vector<int> vec; mem 阅读全文
posted @ 2017-10-02 20:03 LMissher 阅读(187) 评论(0) 推荐(0)
摘要: #include <cstdio> int main(){ long long a,b,f,k,i,tot,s[11000],cnt; scanf("%lld%lld%lld%lld",&a,&b,&f,&k); tot=0,s[tot]=0,cnt=0; while(cnt<k*a){ tot++ 阅读全文
posted @ 2017-10-02 20:00 LMissher 阅读(111) 评论(0) 推荐(0)
摘要: #include <cstdio> #include <map> using namespace std; int main(){ int n,tot,max=0; map<char,int> mp; char a[210]; scanf("%d",&n); scanf("%s",a); for(i 阅读全文
posted @ 2017-10-02 19:57 LMissher 阅读(137) 评论(0) 推荐(0)