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