b057. Floor函數
標籤 :
通過比率 : 17人/19人 ( 89% ) [非即時]
評分方式:
Strictly

最近更新 : 2023-11-22 16:14

內容

A simple mathematical problem is to add two numbers with user input (i.e., input a and b). Then the floor function is the function that takes as input a real number of a+b, and gives as output the greatest integer less than or equal to a+b.

輸入說明

第一列輸入整數k代表有k組測資,接下來輸入共k列,每一列輸入二個數a, b(a和b以Enter隔開)。

輸出說明

輸出k列,每一列輸出a和b相加的floor函數。

範例輸入 #1
3
-1.6999999999999957 
-31.9
-32.900000000000006 
32.800000000000004
4.299999999999997 
20.199999999999996
範例輸出 #1
-34
-1
24
測資資訊:
記憶體限制: 64 MB
不公開 測資點#0 (100%): 1.0s , <1K
提示 :
標籤:
出處:
輔大資管系機測考古題 [管理者: 053792(Ben) ]


編號 身分 題目 主題 人氣 發表日期
沒有發現任何「解題報告」