提交时间:2025-10-25 17:44:27

运行 ID: 358101

#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<(n>=60); return 0; }