#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; int cnt=0; while(n>0){ n/=5; cnt+=n; } cout<<cnt; }
使用您的 HUTOJ(旧数据备份) 通用账户