#include<bits/stdc++.h>
using namespace
std
;
int
main
()
{
int
a
,
b
,
c
=
0
,
1
,
2
,
3
;
cin
>>
a
,
b
;
return
0
;
}