提交时间:2024-01-23 16:33:04
运行 ID: 125193
#include<bits/stdc++.h> using namespace std; int main() { int x; cin>>x; if(7%x==0&&x>0){ cout<<"yes"; } else { cout<<"no"; } }