提交时间:2024-01-23 16:39:08
运行 ID: 125256
#include<iostream> using namespace std; int main() { int a; cin>>a; if(a%7==0)cout<<"yes"; else cout<<"no"; }