【初心者】スレを立てる ..
828:名前は開発中のものです。
09/09/05 18:56:33 0V0J5LjE
#include <stdio.h>
#include <math.h>
int main()
{
int count;
for(count=0;count<30;count++)
{
printf("%d ",(int)sqrt((float)((count%10)-5)*((count%10)-5)));
}
return 0;
}
次ページ続きを表示1を表示最新レス表示スレッドの検索類似スレ一覧話題のニュースおまかせリスト▼オプションを表示暇つぶし2ch
5327日前に更新/269 KB
担当:undef