第一题只过了50% 有大佬帮忙看看哪里有问题吗 #include<iostream> #include<math.h> #include<string> #include<vector> #include<algorithm> #include<unordered_map> #include<map> #include<numeric> using namespace std; int a[200001]; int main() { int n; cin >> n; strin...