题解列表

筛选

拆分位数-题解(C语言代码)

摘要:解题思路:拆分位数注意事项:输出结果参考代码:#include<stdio.h>int main(){    int a;    scanf("%d",&a);    printf("%d %d %d……