#include using namespace std; int main() { int x; cin>>x; bool flag = (bool)x; x = (int) flag; cout<