#include <bits/stdc++.h> using namespace std; int main() { int a; cin >> a; if (a % 5 == 0 && a % 3 == 0) { cout << "YES"; } else { cout << "NO"; } return 0; }
florr.io
使用您的 蒙青创OJ 通用账户