標題:
[隋堂測驗]印數字(一)
[打印本頁]
作者:
陳品肇
時間:
2019-7-20 11:18
標題:
[隋堂測驗]印數字(一)
本帖最後由 陳品肇 於 2019-7-20 11:39 編輯
[attach]6850[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=5;i++)
{
for(int j=1;j<=i;j++)
{
cout<<j;
}
cout<<endl;
}
for(int i=4;i>=1;i--)
{
for(int j=1;j<=i;j++)
{
cout<<j;
}
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
王建葦
時間:
2019-7-20 11:24
此帖僅作者可見
作者:
陳宇柏
時間:
2019-7-20 11:29
此帖僅作者可見
作者:
邱楷宸
時間:
2019-7-20 11:42
此帖僅作者可見
作者:
黃傳耀
時間:
2019-7-20 11:49
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2