当前位置:首页
> Luz 第2733页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Step into computer series (4) hexadecimal to decimal
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
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
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
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)
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
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
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)
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
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)
The substring of the output string.###Input format:The first line is a positive integer n, and then there are N sets of…