#include <iostream> using namespace std; int main() { int j; cin>>j; if(j>=60) { cout<<1; } else { cout<<0; } }