当前位置:首页
> Luz 第2896页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Write a program to realize the conversion of string case and output in reverse order.
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
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
Centigrade temperature and Fahrenheit temperature are two different temperature expression systems. In the former, water…
PROGRAMMING:Who didn't show up
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
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
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
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
This topic requires reading in two integers num1 and num2, and then output their sum.###Input format:Input: give two int…
PROGRAMMING:Qualitative factorization
This topic requires reading in an integer greater than 1 and programming to decompose it into the product of several pri…
PROGRAMMING:Digital diamond
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…