提交时间:2025-09-25 19:43:20

运行 ID: 352343

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