#include <bits/stdc++.h>
using namespace
std
;
int
a
;
int
main
(){
cout
<<
a
;
return
0
;
}