1樓:匿名使用者
源程式如下:
#include
#include
void main() while(b<100000);
}演算法:判斷一個整數是否為完全平方數時可以把這個整數開方後的值(可以強制轉換為整型)賦給另外一個變數,如果另外一個變數的平方等於原整數,則此整數為完全平方數.
2樓:
private sub form_load()
for i = 1 to 100000
if int(sqr(i)) ^ 2 = i then
label1.caption = label1.caption + str(i)
end if
if int(sqr(i + 100)) ^ 2 = (i + 100) then
label2.caption = label2.caption + str(i)
end if
if int(sqr(i + 268)) ^ 2 = (i + 268) then
label3.caption = label3.caption + str(i)
end if
next i
end sub
3樓:匿名使用者
#include
#include
int main()
i++;
} while ( i < 100000 );
return 0;}
4樓:higer海哥
同意一樓和二樓~~~
5樓:匿名使用者
我覺得上面兩位的程式雖然簡單,但是演算法太簡陋了下面是我寫的,時間複雜度上要好點,至少不需要數學庫函式。
#include
void main()while (d>b*b);
if (d==b*b&&c>=100) printf("%d\n",c-100);
a++;
}while (d<100000);
}其實還可以更簡單點:
#include
void main()while (d>b*b);
if (d==b*b&&c>=100) printf("%d\n",c-100);
a++;
}while (a 解決辦法如下 package com.test public class testa while count 100 system.out.println 1 100的和為 sum 執行結果 1 100的和為 5050 程式編寫 1970 70年代早期,charles moore在他的語言forth... public class lianxi2 system.out.println sum system.out.println dowhile i 101 system.out.println sum1 system.out.println for i 1 i 101 i system.out.pri... 用以下 就能copy實現題目要求。bai include stdio.h int main int argc,char argv 執行結果dao如下圖 main while i 100 printf d n sum include int main while i 100 printf sum d ...如何用用dowhile語句和for語句編寫程式實現從
用DO WHILE語句程式設計計算1 2
c語言程式設計利用dowhile語句求出