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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:JMU enumeration weekday (complete code)

Luz5年前 (2021-05-10)477
This topic requires the preparation of an enumeration class * * weekday * *, including 7 constants from Monday to Sunday…

PROGRAMMING:The height of the house

Luz5年前 (2021-05-10)518
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

Luz5年前 (2021-05-10)271
**Due to the epidemic situation, this year's TIANTI competition was held on November 28****The following are the require…

PROGRAMMING:Eliminate ACM

Luz5年前 (2021-05-10)494
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

Luz5年前 (2021-05-10)414
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

Luz5年前 (2021-05-10)364
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

Luz5年前 (2021-05-10)531
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

Luz5年前 (2021-05-10)382
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

Luz5年前 (2021-05-10)592
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

Luz5年前 (2021-05-10)351
Input a line of string, remove the non hexadecimal characters, and convert it to a decimal number output.###Input format…