#include <iostream> using namespace std; int main() { int cnt = 0, ans = 0, n; cin >> n; while (n > 0) { cnt++; if (n %

1234567890  •  3天前



评论:

请先登录,才能进行评论