Run ID:150081

提交时间:2026-03-22 10:56:23

#include<iostream> using namespace std; int main(){ int m,k,i,n; cin>>m>>k; if(m%19==0){ whlie(m!=0){ x=m%10; m/=10; if(x==3){ i++; } } } if(i==k)cout<<"YES"<<endl; else cout<<"NO"<<endl; return 0; }