题解 | #提取不重复的整数#

提取不重复的整数

http://www.nowcoder.com/practice/253986e66d114d378ae8de2e6c4577c1

#include <iostream>

using namespace std;
int arr[10];
int main(){
   int n, num = 0;
    cin >> n;
    while(n){
        if(arr[n%10] == 0){
            arr[n%10]++;
            num =  n % 10;
            cout << num ;
        }
        n /= 10;
    }
    return 0;
}
全部评论

相关推荐

牛仔知道哦:你是我见过最美的牛客女孩
点赞 评论 收藏
分享
评论
2
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务