提交时间:2024-01-23 16:14:23

运行 ID: 124968

#include<bits/stdc++.h> using namespace std; int main() { int x; cin>>x; if(7%x==0){ cout<<"yes"; } else { cout<<"no"; } }