摘要: E - Digit Products 点击查看代码 map<int,int>f[20]; void solve(){ int n,k;cin>>n>>k; auto s=to_string(n); int m=s.size(); function<int(int,int,int,int)>dfs=[ 阅读全文
posted @ 2024-04-28 17:35 archer2333 阅读(18) 评论(0) 推荐(0)