Info

この質問は閉じられています。 編集または回答するには再度開いてください。

help me for calculate the number of operation ,for ex( i:=i+1)operation.

1 回表示 (過去 30 日間)
ime sem
ime sem 2014 年 1 月 4 日
閉鎖済み: Walter Roberson 2014 年 1 月 4 日
L'algorithme:
fonction pgd (n:entier)
var i:entier
debut i:=2
tanque(i<=n/2 et(n mod i)!0 faire
i:=i+1
fintantque
si(n mod i)=0alors pgd:=n div i
sinon pgd:=n
fin si
fin

回答 (0 件)

この質問は閉じられています。

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by