C程序设计编程题
abc为一位整数求满足abc加cba等于1333的各值#include<stdio.h>void main(){ int a,b,c; for(a=0;a<=9;a++) for(b=0;b<=9;