×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
分類題庫
解題動態
排行榜
討論區
競賽區
登入
註冊
發表新討論
#8168: 輸出格式問題
kid120vip
(大熊)
學校 : 明新科技大學
編號 : 31156
×
傳送站內訊息
傳給:
主題:
內容:
來源 : [220.133.0.225]
最後登入時間 :
2019-09-10 00:08:06
a010.
因數分解
| From: [60.250.194.238] | 發表日期 : 2013-09-11 11:42
#include<iostream>
#include<cstring>
#include<cmath>
#include <vector>
#include <algorithm>
#include <stdio.h>
using namespace std;
int main()
{
int number,y=10;
char *z=new char[y];
while(cin>>number)
{
for(int i=2;i<=number;i++)
{
if(number%i==0)
{
while((number%i)==0)
{
number/=i;
++x;
z[x]=i;
cout<<(int)z[x]<<endl;
}
}
}
}
}
各位大大這是我的程式,目前列印出來都是正確沒問題
但是輸出的部份讓我卡了很久,不知道各位輸出是怎麼
寫出來的,可否救救我,感激不盡^^
#8172: Re:輸出格式問題
kid120vip
(大熊)
學校 : 明新科技大學
編號 : 31156
×
傳送站內訊息
傳給:
主題:
內容:
來源 : [220.133.0.225]
最後登入時間 :
2019-09-10 00:08:06
a010.
因數分解
| From: [60.250.194.238] | 發表日期 : 2013-09-12 09:12
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{
int number,y=10;
char *z=new char[y];
while(cin>>number)
{
for(int i=2;i<=number;i++)
{
if(number%i==0)
{
while((number%i)==0)
{
number/=i;
++x;
z[x]=i;
cout<<(int)z[x]<
}
}
}
}
}
各位大大這是我的程式,目前列印出來都是正確沒問題
但是輸出的部份讓我卡了很久,不知道各位輸出是怎麼
寫出來的,可否救救我,感激不盡^^
我已經解出來了,謝謝各位^^
ZeroJudge Forum