#include<stdio.h>
voidmain()
{
inti;
for(i=10;i<100;i++)
if(((i/10)*(i%10))>((i/10)+(i%10)))
printf("%3d",i);
}
匿名回答于2019-09-22 01:11:33