Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
138519 万嘉宇 满足条件的数II C++ Wrong Answer 0 MS 264 KB 437 2025-11-25 20:02:59

Tests(0/3):


Code:

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int m,k,s; cin>>m>>k; if(m%19!=0){ cout<<"NO"; }return 0; while(k==s){ if(m%10==0){ s++; } }cout<<"YES"; return 0; }


Run Info:

------Input------
43833 3
------Answer-----
YES
------Your output-----