# include<bits/stdc++.h>
using namespace std;
int main()
{  int yy=0,sx=0;

   cin>>sx;
   if(yy>=60&&sx<60)

     {cout<<1<<endl;

   }

   else

   if(yy<60&&sx>=60)

     {cout<<1<<endl;

   }
   else
     {cout<<0<<endl;}
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
猜你喜欢
  • 2021-10-12
  • 2022-12-23
  • 2022-02-14
  • 2021-11-15
  • 2021-05-20
  • 2021-12-07
  • 2021-11-02
相关资源
相似解决方案