第一次上機
第一題
#include
using
namespace std;
intmain()
else
if(c<= b)
else}if
(b>a)
else
if(ca)
else}}
第二題#include
#include
using
namespace std;
intmain()
第三題#include
using
namespace std;
intmain()
}return0;
} 第四題
#include
using
namespace std;
intmain()
else
}while(1
);return0;
}第五題
#includ
using
namespace std;
intmain()
cout << endl;
}return0;
}第六題
#include
using
namespace std;
intmain()
cout <<
"正數的個數"
<< count <<
" "
<<
"平均數"
<< sum/10;
return0;
}第七題
#include
using
namespace std;
intmain()
return0;
}第八題
#include
using
namespace std;
intmain()
}if(s==0)
cout <<
"是素數"
;return0;
} 第九題
#include
using
namespace std;
intmain()
}if(s==0)
else}}
return0;
} 第十題
#include
using
namespace std;
intmain()
for(
int j=
1;j<=
2*i-1;
++j)
cout << endl;
}for
(int i=
1;i<=n-
1;i++
)for
(int j=2*
(n-i)-1
;j>=
1;j--
) cout <}return0;
} 在這裡插入**片
第一次c 上機報告
一 問題及 檔名稱 hello。cpp 作 者 李雙琪 完成日期 2016年3月1日 版 本 號 v1.0 對任務及求解方法的描述部分 輸入描述 無 問題描述 程式輸出 a b和a b計算 問題分析 略 演算法設計 略 三 心得體會 第乙個c 程式,中間有些小障礙,成功克服。c 我會好好學的!四 知...
C 第一次上機報告
一 問題及 檔名稱 ex1 作 者 高晨 完成日期 2016 年 03月 10日 版 本 號 v1.0 對任務及求解方法的描述部分 輸入描述 x,y 問題描述 求x,y的正差值 程式輸出 x y或y x 問題分析 演算法設計 includevoid main int x,y cin x y if x...
第一次c 上機實驗
一 問題及 檔名稱 ex1 1.cpp 作 者 黃會林 完成日期 2015 年 3 月 2 日 版 本 號 v1.0 對任務及求解方法的描述部分 輸入描述 無 問題描述 利用單迴圈計算階層 程式輸出 0.632121 問題分析 略 演算法設計 略 includeint main printf f n...