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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Write a program to realize the conversion of string case and output in reverse order.

Luz5年前 (2021-05-10)504
Write a program to realize the conversion of string case and output in reverse order.###Input format:Enter a line of str…

PROGRAMMING:Find the latest date that meets the condition from now on

Luz5年前 (2021-05-10)454
Each date can be converted into 8 digits. For example, April 28, 2020 corresponds to 20200428. Please find out the lates…

PROGRAMMING:Temperature conversion problem

Luz5年前 (2021-05-10)373
Centigrade temperature and Fahrenheit temperature are two different temperature expression systems. In the former, water…

PROGRAMMING:Who didn't show up

Luz5年前 (2021-05-10)372
I'll give you an array of integers. Please find the smallest positive integer that doesn't appear in it.###Input format:…

PROGRAMMING:Explanation of demon language

Luz5年前 (2021-05-10)446
There is a devil who always speaks in his own very concise and abstract language, which no one can understand. But his l…

PROGRAMMING:Sort the three numbers from small to large

Luz5年前 (2021-05-10)447
Input three integers, sort and output from small to large###Input format:1 2 3###Output format:1,2,3###Input example:Her…

PROGRAMMING:natural language

Luz5年前 (2021-05-10)456
After LOJ stopped running, the service provider deleted the website, so the test data of all topics were lost.In order t…

PROGRAMMING:Sum of two integers

Luz5年前 (2021-05-10)520
This topic requires reading in two integers num1 and num2, and then output their sum.###Input format:Input: give two int…

PROGRAMMING:Qualitative factorization

Luz5年前 (2021-05-10)448
This topic requires reading in an integer greater than 1 and programming to decompose it into the product of several pri…

PROGRAMMING:Digital diamond

Luz5年前 (2021-05-10)463
Input a number of 0-9 and the height of a diamond, and program to output the diamond.###Input format:Enter a number of 0…