计算机正方形的周长

#include<stdio.h>
main()
{
int a,b;
a=4;
b=a*4;
printf("%d\n",b);
}

posted @ 2016-09-12 14:33  魔都初心  阅读(174)  评论(0)    收藏  举报