找回密碼
 註冊
搜索
熱搜: 活動 交友 discuz
查看: 1833|回覆: 0

[原創] 算正方體面積

[複製鏈接]
發表於 2007-5-18 11:52:18 | 顯示全部樓層 |閲讀模式
#include<iostream>
using namespace std ;
#define cube(x)   x*x*x
int main()
{int a;

cout<<"輸入正方體的邊長";
cin>>a;
cout<<"正方體體積為"<<cube(a+1);
   


    system("PAUSE");
    return 0 ;
}
您需要登錄後才可以回帖 登錄 | 註冊

本版積分規則

Checking the Pageranks

Archiver|手機版|小黑屋|WEO

GMT+8, 2026-7-29 08:38 PM , Processed in 0.023983 second(s), 18 queries .

Powered by Discuz! X5.0 Licensed

© 2001-2026 Discuz! Team.

快速回復 返回頂部 返回列表