提交时间:2025-10-25 19:00:16
运行 ID: 358156
#include<iostream> using namespace std; int main(){ int n,m; cin>>n>>m; cout<<(n<8); return 0; }