
C++/C
anlu_
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
A. Minutes Before the New Year
A. Minutes Before the New YearExample Example input 5 23 55 23 0 0 1 4 20 23 59 output 5 60 1439 1180 1 题意:计算时间,距离24:00,还有多少分钟,sum=2460-(a60+b);其中a是时,b是分钟。 代码如下(比较简单粗暴): #include<iostream> ...原创 2020-01-15 10:12:55 · 261 阅读 · 0 评论 -
第十届蓝桥杯大赛软件类省赛
以下所有皆为题。原创 2019-12-04 18:20:53 · 1348 阅读 · 1 评论