表示新人,这求 AB
#include <stdio.h>#include <math.h>
int main ()
{
int a,b,c;
a=10;
b=6;
c=a*b;
printf("c=%d\n");
return 0;
}
2014-11-21 17:47
2014-11-21 17:48
2014-11-21 18:19
2014-11-21 18:35
2014-11-22 17:38
2014-11-27 15:03