Skip to content
View yy326211's full-sized avatar
  • nupt

Block or report yy326211

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. blood-pressure-test blood-pressure-test Public

    测试文件

    C# 1

  2. 1012 1012 Public

    将一个十进制数N转换成R进制数输出,2≤R≤16,R≠10。

    C++ 1 1

  3. test test Public

  4. 1004 1004 Public

    线性表是n个元素的有序集合(n³0),n是线性表中元素的个数,称为线性表的长度。可以用一组地址连续的存储单元依次存储线性表中元素,采用这种存储方式的线性表称为顺序表。 请在顺序表上实现运算,实现顺序表的逆置,删除表中所有元素值等于x的元素。

    C++

  5. 1007----- 1007----- Public

    完美立方

    C++

  6. 1008- 1008- Public

    闰年天数,在我们现在使用的日历中, 闰年被定义为能被4整除的年份,但是能被100整除而不能被400整除的年是例外,它们不是闰年。例如:1700, 1800, 1900 和 2100 不是闰年,而 1600, 2000 和 2400是闰年。 给定公元2000年1月1日后的某年某月某日(包括2000年1月1日),你的任务:(1)给出这一天从公元2000年1月1日开始逝去的天数,(2)判断这一天是…

    C++