1092 To Buy or Not to Buy (20 point(s))

#include<iostream> #include<cstdio> #include<string> using namespace std; const int MAXN = 256; int book[MAXN]; int miss; string s; int main() { cin >> s; for(int i = 0; i < s.length(); ++i) book[s[
相關文章
相關標籤/搜索