char in-str[10],out-str[10]; 

for(int i=0;i<10;i++) {

out-str[i]=9-(in-str[i]-'0')+'0';

}

相关文章: