#include <stdio.h> int main() { double h=100; double t = h/2; double s=0.0; int i; for (i=1;i<10;i++) { s=s+2*t; t=t/2;; //第i+1次小球彈起的高度 } s=s+100; //第i+1次落地時,共經過了s米 printf ("%lf\n",s); printf ("%lf\n",t); return 0; }
建造者模式是將一個復雜對象的構建與它的表示分離,使得同樣的構
[plain]/* 程序頭部注釋開始(為避免提交博文中遇到的
0x01 工具准備 1.最簡c代碼一只, int main
House Building Problem De
P類型是帶小數的數值,先來看一個定義g_p17
然後看看隱藏和顯示面板 dp@dp:~/cursestest