
C#练习
文章平均质量分 79
拟态宝箱
行
展开
-
Weight for weight C#实现
My friend John and I are members of the "Fat to Fit Club (FFC)". John is worried because each month a list with the weights of members is published and each month he is the last on the list which means he is the heaviest.I am the one who establishes the原创 2021-02-07 22:02:40 · 463 阅读 · 0 评论 -
C#计算某一时刻时针和分针之间的角度
分别计算分针和时针在表盘上所指的度数,再计算两者的差。假设输入数据无误。using System;using System.Collections.Generic;using System.Text;namespace GetAngle{ class Program { static void Main(string[] args) ...原创 2019-02-20 19:18:04 · 963 阅读 · 0 评论