24h購物| | PChome| 登入
2009-04-04 13:11:18| 人氣734| 回應0 | 上一篇 | 下一篇

數學函數練習

推薦 0 收藏 0 轉貼0 訂閱站台

/************************************************************/

#include<stdio.h>  
#include<stdlib.h>
#include<string.h>
#include<math.h>
int a,b,c,d,e,m,n,num,temp=1;
float ans;
int main()
{

  temp=1;      
  scanf("%d %d",&a,&b);
  scanf("%d",&d);
  scanf("%d",&e);
  scanf("%d %d",&m,&n);
  for(c=0;c<b;c++)
    temp=temp*a;
  ans=sqrt(d);
  num=(rand()%(n-m))+m;
  printf("%d\n",temp);
  printf("%.3f\n",ans);
  printf("%d\n",abs(e));
  printf("%d\n",num);
 system("pause");
}

台長: 來源不明
人氣(734) | 回應(0)| 推薦 (0)| 收藏 (0)| 轉寄
全站分類: 數位資訊(科技、網路、通訊、家電) | 個人分類: ZeroJudge 基礎+原創題庫 |
此分類下一篇:還要等多久啊?
此分類上一篇:BASIC 的 SGN 函數

是 (若未登入"個人新聞台帳號"則看不到回覆唷!)
* 請輸入識別碼:
請輸入圖片中算式的結果(可能為0) 
(有*為必填)
TOP
詳全文