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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:"Hello World!"

Luz5年前 (2021-05-10)503
Please output "Hello world!" in one line, See the example for the format.###Input example:```inThere is no input for thi…

PROGRAMMING:Expression evaluation_ one

Luz5年前 (2021-05-10)443
In an expression, only "(", ")", "0-9", "+", "-", "*", "/", "^" can request the value of the expression. ("/" Divide by…

PROGRAMMING:Simple factorial problem

Luz5年前 (2021-05-10)411
This problem requires the preparation of procedures to calculate the factorial of $$n $.###Input format:Enter to give a…

PROGRAMMING:Verification of ID card

Luz5年前 (2021-05-10)429
The check code algorithm of Chinese ID card is as follows:1. multiplying the 17 digits in front of the ID card number by…

PROGRAMMING:Portal

Luz5年前 (2021-05-10)369
There are $$2n $$points on the plane, and their coordinates are $$(1,0), (2,0), \ \ cdots (n, 0) $$and $$(1,10 ^ 9), (2,…

PROGRAMMING:Verification of ID card_ python

Luz5年前 (2021-05-10)410
The check code algorithm of Chinese ID card is as follows:The 17 digit numbers in front of the ID number are multiplied…

PROGRAMMING:Task 10-01-01 count the number of numeric characters

Luz5年前 (2021-05-10)403
Task 10-01-01 count the number of numeric characters###Task description```Input a line of characters and count the numbe…

PROGRAMMING:Task 10-01-02 legal C identifier

Luz5年前 (2021-05-10)455
Task 10-01-02 legal C identifier###Task description```Given a string that does not contain white space, please judge whe…

PROGRAMMING:Task 10-01-03 simple password

Luz5年前 (2021-05-10)377
Task 10-01-03 simple password###Task description```Julius Caesar used to use a very simple password. For each character…

PROGRAMMING:Task 10-01-05 find the maximum of 5 numbers

Luz5年前 (2021-05-10)640
Task 10-01-05 find the maximum of 5 numbers###Task description```Design a program to get the minimum and maximum number…