#include <iostream> using namespace std; typedef long long LL; int main() { LL t; cin >> t; while(t) { LL res = 1; while(t) { if(t % 10) res = res * (t % 10); t /= 10; } cout << res << '\n'; t = res; if(t < 10) return 0; } return 0; }
注册一个 xfxcy 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 xfxcy 通用账户