111陈思宇2025-09-14 11:12:08发布于:广东0阅读0回复0点赞#include<bits/stdc++.h> using namespace std; set<string> s; string x; int n; int main(){ cin >> n; for(int i = 1;i <= n;i++){ cin >> x; s.insert(x); } cout << 52-s.size(); return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个