1樓:思小婷皿
vb 將這組數存入陣列a(0 to 99) 中,**自己寫。假設有100個數 ,
dim i as integer,j as integer , k as integer ,n as integer,m as integer
dim b() as integer '二維陣列,用於存放比對結果m=0 '用於計算有多少個數存在重複
for i =0 to 98
n=1 '用於計算某數重複多少次
for k=0 to m-1 '迴圈判斷該數是否已比對過if a(i)=b(0,k) then exit fornext k
if k>=m then '沒比對過
for j=i+1 to 99
if a(i)=a(j) then n=n+1next j
if n>1 then
m=m+1
redim preserve b(2,m)b(0,m-1)=a(i)
b(1,m-1)=n
end if
end if
next i
'列印比對結果
for i=0 to m-1
print "數字" & b(0,i) &"共有" & b(1,i) &"個"
next i
純手工輸入,沒測試,如有些許錯誤,請自行修改。
2樓:物理公司的
不知道說的是什麼,時輸入i,輸出-i嗎
3樓:戶哲茂
沒明白你的意思要幹嘛
求C語言程式 輸入正整數,要求以相反數順序輸出該數。如輸
int main int argc,char argv return 0 例子輸出。當然實際上,你要把printf的部分儲存起來。input a int 1234 4321 press any key to continue input a int 234289701107982432 press ...
怎麼求一個數的因數的個數,一個數因數的個數怎麼求?
120 2 2 2 3 5 2 3 3 5 因數和為 2 0 2 1 2 2 2 3 3 0 3 1 5 0 5 1 360 因數個數 3 1 1 1 1 1 16 個 一個數因數的個數怎麼求?在小學裡,來。求一個數的因數的方自法最簡單bai的就是用除法du,即用這個數連續除以1,zhi2,3 除到...
數的因數的個數是,一個數的因數的個數是?
聽不清啊 一個數的因數的個數是2個,如果它是一個素數 一個數的因數的個數是大於2的偶數,如果它是一個合數 一個數的因數的個數是大於2的奇數,如果它是一個完全平方數。 情感e解憂 一個數的因數的個數不確定。至少有一和它本身兩個。其他的就要看具體的數字了。 律景明仁琴 最佳答案 一個數的因數的個數是不定...