高空拋物
愛學習的好孩子張三為了**神秘的物理現象, 從高樓拋下乙個彈球. 但由於高空拋物被警察抓了, 請各位小夥伴完成他未實現的心願.
小球從某一高度落下,每次落地後反跳回原來高度的一半,再落下。
輸入彈球的初始高度m, 輸出彈球第n次回彈時的高度 和所經過的距離(保留兩位小數)
樣例輸入
1000 5
樣例輸出
31.25
2906.25
#include
#include
#include
#include
#define _crt_secure_no_warnings
#pragma warning(disable:4996)
voidin(
double
* a)
;//對輸入資料進行判斷
intmain()
else
break;}
while(1
)else
break;}
num =
(int
)num_;
m = m;
for(num =
0; num < num; num++
)printf
("3\n2\n1\n我丟!\n");
sleep
(1000);
if(m <
0.01
)else
if(m >20)
printf
("是否再拋一次?只要說是小新老師指使的就好!\n(如要繼續請輸入0,否則輸入任意鍵)\n");
choice =
getch()
;if(choice ==
'0')
else
}system
("pause");
return0;
}voidin(
double
* a)
//對輸入資料進行判斷
char choice;
while
((choice =
getchar()
)!='\n'
&& choice !=
eof)
;printf
("輸入的不是數字!\n");
NO 1 嫿骨 花裡胡哨Hello World
首先說明我目前的情況 大二機械在讀生 自學了一點點c 只能說是勉強算入個門 或者並沒有 這兩天在乙個機構 購買了會員 老九學堂 用了幾個函式 也更加方便去讀 include include include define hw hello world 將hello world 定義為常量,方便使用 需...
NO 7 嫿骨 if小測試
部分執行截圖 另1.簡述一下if語句的語法 2.連續判斷時,if else if 和if if 的區別在 一 簡述一下if語句的語法 1 if 表示式 語句。例如 if x y printf d x 此時,如果表示式為真,則執行printf語句。2 if 表示式 語句1 else 語句2 例如 if...
NO8 嫿骨 大小排序
部分執行結果 小結設計乙個程式,輸入a,b,c三個整數 輸出最大的那個數字 樣例輸入 1 3 2 樣例輸出 3 設定輸入的判斷 必須為數字,給定範圍 輸入負數 字母或符號,則重新輸入 進行大小的比較 include include include define crt secure no warni...