10.13

2017-10-14  本文已影响0人  佑坤

#include<stdio.h>

int main()

{

//正方形边长为6,求面积

printf("正方形面积是:%d",6*6);

return 0;

}

上一篇 下一篇

猜你喜欢

热点阅读