1
2
3
4
5
6
7
8
9
#include<iostream>
#include<cstdlib>
#include<cstdio>
using namespace std;
int n,m,q;
int main(){
  ios_base::sync_with_stdio(0);
  return 0;
}