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