我这样写错在哪了? #include<bits/stdc++.h> using namespace std; #define ll long long int n,v; string s; struct inf{ string s; int tm; bool operator<(const inf &b) const{ return tm<b.tm; } }; map<string,int>b; map<inf,int>a; int main(){ cin>>n; ...