#include<stdio.h> int main() { int a,b,c,d; scanf("%d",&a); for (;b>0;) { c=a%10; b=a/10;a=b; printf("%d",c);} return 0; }
出了什么bug求指点
收起
a>0
报告相同问题?