#include using namespace std; const int N = 1e5 + 5; mt19937_64 rnd(time(0)); int x, y, m, u, v, now, cnt, a[N], b[N], T; setg[N]; void S(){ cin >> x >> y >> m; for(int i = 1; i <= x; ++i){ g[i].clear(); } for(int i = 1; i <= m; i++){ cin >> u >> v; g[u].insert(v); } for(int i = 1; i <= 10; ++i){ cnt = 0; for(int j = 1; j <= y; ++j){ a[j] = rnd() % 2; cnt += a[j]; } for(int j = 1; j <= x; ++j){ now = 0; for(auto v : g[j]){ if(a[v]){ now++; } } b[j] = now % 2; cnt += b[j]; } if(cnt >= (x + y + 1) / 2){ vectore1, e2; for(int j = 1; j <= x; ++j){ if(b[j]){ e1.push_back(j); } } for(int j = 1; j <= y; ++j){ if(a[j]){ e2.push_back(j); } } cout << e1.size() << ' ' << e2.size() << '\n'; for(auto v : e1){ cout << v << ' '; } cout << '\n'; for(auto v : e2){ cout << v << ' '; } cout << "\n\n"; return ; } } } int main(){ ios::sync_with_stdio(0), cin.tie(0); for(cin >> T; T--; S()){ } return 0; }