#include<stdio.h> #include<math.h> #include<stdlib.h> main() { float t,q; int b; printf("Please input Time and press Enter to continue...\n"); scanf("%f",&t); printf("Time is %.3f\n",t); printf("Please input 3BV and press Enter to continue...\n"); scanf("%d",&b); printf("3BV is %d\n",b); q=pow((t-1),1.7)/b; printf("QG=%.3f\n",q); system("pause"); return 0; }
我不是程序高手……学习C语言写的…… 用的是TC++3.0编译器……请大家指教…… 程序在genglilai.ys168.com下载
|
最近一次修改:2012-7-20 11:07:10
|
|
|