#include using namespace std; int main(void){ // Your code here! int n; cin>>n; if(n==0){cout<<0<