Board logo

標題: 因數分解 (一) [打印本頁]

作者: 陳品肇    時間: 2018-7-28 08:34     標題: 因數分解 (一)

[attach]4611[/attach]
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.     int x;
  7.     cout<<"請輸入一正整數: ";
  8.     cin>>x;
  9.     cout<<x<<"的因數有: ";
  10.     for(int i=1; i<=x; i++)
  11.     {
  12.          if(x%i==0)
  13.              cout<<i<<" ";
  14.     }
  15.     cout<<endl;
  16.     system("pause");
  17.     return 0;   
  18. }
複製代碼

作者: 蔡依宸    時間: 2018-7-28 16:03

此帖僅作者可見
作者: 陳杏宜    時間: 2018-7-28 16:07

此帖僅作者可見
作者: 蔡季庭    時間: 2018-7-28 16:12

此帖僅作者可見
作者: 陳柏霖    時間: 2018-7-28 16:20

此帖僅作者可見
作者: 王旋兆    時間: 2018-8-4 15:11

此帖僅作者可見
作者: 戴安利    時間: 2018-8-4 15:16

此帖僅作者可見
作者: 戴唯陞    時間: 2018-8-4 15:23

此帖僅作者可見
作者: 戴偉宸    時間: 2018-8-4 15:23

此帖僅作者可見
作者: 王旋兆    時間: 2018-8-4 15:59

此帖僅作者可見
作者: 譚詩澐    時間: 2018-8-10 17:37

此帖僅作者可見




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2