#include #include using namespace std; int main() { int n,m,a[10010],b[10010],d[1010],x,y; cin >> n; for(int i=0; i> a[i] >> b[i]; } cin >> m; for(int i=0; i> x >> y; for(int j=0; j=b[j]) { d[i]++; } } } int M=*max_element(d,d+m); if(M==0) { cout << 0 << endl; return 0; } for(int i=0; i