#include<bits/stdc++.h>
using namespace
std
;
int
n
,
m
,
k
,
x
,
y
;
int
main
(){
cin
>>
n
>>
m
>>
k
;
return
0
;
}