-->
当前位置:首页 > Luz 第2733页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Step into computer series (4) hexadecimal to decimal

Luz5年前 (2021-05-10)513
Since Li knew how to convert decimal system to hexadecimal system, he thought that the talent who can convert hexadecima…

PROGRAMMING:Step into computer series (3) decimal to hexadecimal

Luz5年前 (2021-05-10)419
Li is a small white, feel that can convert decimal numbers into hexadecimal people are masters. In order to show you in…

PROGRAMMING:Step into computer series (7) ASCII code to character

Luz5年前 (2021-05-10)405
Li suddenly remembered that since characters can be converted to ASCII, then ASCII can also be converted to characters.…

PROGRAMMING:Step into computer series (6) digital auto increment

Luz5年前 (2021-05-10)442
Li knows that C language is a very simple language, this phenomenon can be seen everywhere. For example, the number of s…

PROGRAMMING:String input exercise (III)

Luz5年前 (2021-05-10)443
The substring of the output string.###Input format:Each line begins with a positive integer k, followed by a string s, s…

PROGRAMMING:Step into computer series (5) decimal to octal

Luz5年前 (2021-05-10)559
Li is really an unsatisfied person. Now he wants to know how to convert decimal system to octal systemIt seems that brot…

PROGRAMMING:Chicken and rabbit in the same cage

Luz5年前 (2021-05-10)456
A cage contains chicken and rabbit (chicken has two feet, rabbit has four feet, no exception). Having known the total nu…

PROGRAMMING:String input exercise (II)

Luz5年前 (2021-05-10)424
Calculates the length of the string.###Input format:The first line is a positive integer n, followed by N lines of strin…

PROGRAMMING:Leap year judgment

Luz5年前 (2021-05-10)444
Leap year judgment, the rule is that the year can be divided by 4 but not 100, or the year can be divided by 400 is leap…

PROGRAMMING:String input exercise (IV)

Luz5年前 (2021-05-10)388
The substring of the output string.###Input format:The first line is a positive integer n, and then there are N sets of…