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

0 条评论

目前还没有评论...