当前位置:首页
> Luz 第2929页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:JMU enumeration weekday (complete code)
This topic requires the preparation of an enumeration class * * weekday * *, including 7 constants from Monday to Sunday…
PROGRAMMING:The height of the house
As we all know, Kun, as the richest man in Inner Mongolia, has a sea view house in Inner Mongolia. At the top of the hou…
PROGRAMMING:It's not easy to write the questions
**Due to the epidemic situation, this year's TIANTI competition was held on November 28****The following are the require…
PROGRAMMING:Eliminate ACM
Xiao Li is a enthusiast of programming competition. Now he has encountered such a problem: given a string composed of on…
PROGRAMMING:Little l's problem
Recently, small l encountered a problem, please help him.Given the number of $$n $, please find out the second smallest…
PROGRAMMING:Sum of integers and digits
Input any positive integer a, and then output the sum of the digits on each bit of the integer. For example, if you ente…
PROGRAMMING:Goldbach's latest conjecture
X has a problem with prime numbers and needs your help. Prime number is also called prime number. A natural number great…
PROGRAMMING:Integer reverse order output
Input any positive integer a, according to the reading order from right to left, output the number, read the new integer…
PROGRAMMING:List elements in ascending order form integers
Input a list in which each element is an integer between 0 and 9, and output an integer composed of all elements in the…
PROGRAMMING:Enter a line of string and convert it to a decimal number for output
Input a line of string, remove the non hexadecimal characters, and convert it to a decimal number output.###Input format…