1、海**式求面積
#include
#include
using
namespace std;
intmain()
```/
2、輸出矩陣
```cpp
#include
using
namespace std;
intmain()
return0;
}
3、判斷素數
#include
#include
using
namespace std;
intmain()
break;}
switch
(t)return0;
}
4、計算n!
#include
using
namespace std;
intmain()
cout << s << endl;
return0;
}
5、星圖
#include
using
namespace std;
intmain()
c++;for
(i =
1; i <
2* c; i++
) cout << endl;
}for
(n =
1; n <
2* n;
++n)
cout << endl;
for(a =
1, c =
2* n -
1, b = n; a < n && b >=0;
++a,
--b)
c = c -2;
for(i =
1; i <= c;
++i)
cout << endl;
}return0;
}
6、每五個一行輸出素數
#include
#include
using
namespace std;
intmain()
if(j == n +1)
}return0;
}
7、圓的面積
#include
using
namespace std;
intmain()
else
}return0;
}
8、水仙花數
#include
using
namespace std;
intmain()
num++;}
while
(num <
1000);
return0;
}
9、統計正數的個數計算平均數
#include
using
namespace std;
intmain()
} t = s / n;
cout <<
"平均數:\t"
<< t << endl;
cout <<
"正數的個數:\t"
<< n << endl;
return0;
}
10、三個數排序
#include
using
namespace std;
intmain()
else
if(b < c)
else
}else
else
}else
}return0;
}
第一次上機作業
struct record stu n 定義結構體陣列 int k 1,n,m n代表當前記錄的學生人數 void readfile 讀入資料 void seek 查詢 void modify 修改資料 void insert 插入資料 void del 刪除資料 void display 顯示資訊...
第一次上機作業
1 輸入三個實數,按從大到小的順序輸出 include using namespace std intmain else if num3 max else if num3else return0 2 採用海 式,求三角形的面積,三角形的三個邊從鍵盤輸入。include include using n...
第一次上機作業
第一道題 首先輸入三個數字,然後用if語句,把所有的情況列出來並輸出。include using namespace std intmain else if a c else if a b else if b c else return0 第二道題 根據海 式,要用到開平方根,把值定義好,按順序輸出...