提交时间:2025-03-08 21:16:51
运行 ID: 311999
#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<(n<8); return 0; }