BANG_
BANG_
全部文章
分类
题解(3)
归档
标签
去牛客网
登录
/
注册
艰苦朴素,求真务实
全部文章
(共2篇)
题解 | #日期类#
知识点:基础数学、模拟 描述 编写一个日期类,要求按xxxx-xx-xx的格式输出日期,实现加一天的操作。 输入描述: 输入第一行表示测试用例的个数m,接下来m行每行有3个用空格隔开的整数,分别表示年月日。测试数据不会有闰年。 输出描述: 输出m行。按xxxx-xx-xx的格式输出,表示输入日期的后...
C++
模拟
2022-03-11
3
466
题解 | #与7无关的数#
描述 Given any string of N (>=5) characters, you are asked to form the characters into the shape of U. For example, "helloworld" can be printed as: h...
C++
模拟
2022-03-10
0
458