计算机正方形的周长

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

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