这个简单
#include<stdio.h>
int main(void)
{
int a,b;
int s[MAX_SHORT][MAX_SHORT]={...此处省略整数乘法表...}
scanf("%d%d",&a,&b);
printf("%d",s[a][b]);
return 0;
}
My Blog: www.aiexp.info
虽然我的路是从这里开始的,但是这里不再是乐土.感谢曾经影响过,引导过,帮助过我的董凯,飞燕,leeco,starwing,Rockcarry,soft_wind等等等等.别了,BCCN.