#include <stdio.h> #include <math.h> int main(){ int x=3,y=x*x; printf("%d = %d * %d\n",y,x,x); printf("%d * %d = %d\n",x,x,y); return 0; }
#include <stdio.h> #include <math.h> int main(){ int x=3,y=x*x; printf("%d = %d * %d\n",y,x,x); printf("%d * %d = %d\n",x,x,y); return 0; }
天 : 20083
小时 : 468606
分钟 : 28116378
秒 : 1686982680