ChicoState / ChicoState/MyFirstExample
Non-whole number calculations
未關閉
- 主要語言
- C++
- 星號
- 0
- 分支
- 418
- 平均合併
- 13 小時 31 分鐘
- 30 天內合併 PR
- 1
描述
# Problem Description
Some calculations of two whole numbers may result in a decimal, such as division.
# Desired Behavior
When dividing two numbers, produce a result as a decimal number, such as `5/2` should produce `2.5` rather than `2`
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
在專案中尋找計算或除法邏輯,並重現回報的 5/2 案例。更新相關行為,使整數相除時保留小數結果,然後驗證 5/2 會產生 2.5,並確認現有的計算行為仍可正常運作。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- cpp
- 領域
- backend
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 活躍
- 描述清晰度
- 基本清楚
- 新手友好度
- 65/100