#include <bits/stdc++.h> using namespace std; int x; bool b; int main() { cin >> x;
if (x % 3 == 0) { cout << "3 "; b = 1; } if (x % 5 == 0) { cout << "5 "; b = 1; } if (x % 7 == 0) { cout << "7 "; b = 1; } if (b == 0) cout << 'n'; return 0;
}
注册一个 HydroOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 HydroOJ 通用账户