51Nod2020 排序相减

对于水题没什么说的,直接暴力就行。ios #include<iostream> #include<string> #include<algorithm> using namespace std; typedef long long ll; int fun(int a) { if(a==0) return 0; char str[4]; sprintf(str,"%d",a); sort
相关文章
相关标签/搜索