20 条题解
-
1
#include<iostream> #include<cstdio> #include<cctype> #include<string.h> #include<math.h> #include<cmath> #include<algorithm> #include<iomanip> using namespace std; int main() { long long n; cin>>n; if(n%3==0&&n%5==0) { cout<<"YES"; } else { cout<<"NO"; } return 0; }
信息
- ID
- 870
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- 4
- 标签
- 递交数
- 818
- 已通过
- 405
- 上传者