Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
3916 A班-袁誉晏 不吉利的数字 C++ 解答错误 12 1 MS 260 KB 367 2025-01-04 12:02:19

Tests(1/8):


#include <bits/stdc++.h> using namespace std; int main() { int n,flag; cin>>n; int m=n; while(n!=0) { int p=n%10; if(flag==0) { n%4; break; } n/=10; } if(flag==0 || m%13!=0) { cout<<"NO"; } else { cout<<"YES"; } }


测评信息: