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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Find the length of string

Luz5年前 (2021-05-10)565
Write a function to find the effective length of a string. Enter a string in the main function and output its length.###…

PROGRAMMING:parenthesis matching

Luz5年前 (2021-05-10)468
Check whether the brackets' () ', middle brackets' []', and curly brackets' {} 'of a piece of C language code match.###I…

PROGRAMMING:The first n elements of the array are stored in reverse order

Luz5年前 (2021-05-10)400
Store the N integers in the array a in the reverse order (the length of array A is 20, 1 ˂ n ˂ 21), store any n integers…

PROGRAMMING:solve equations

Luz5年前 (2021-05-10)448
Solve the quadratic equation AX2 + BX + C = 0. Input the values of a, B and C (a, B and C are all integers and a ≠ 0), c…

PROGRAMMING:spring, summer, autumn and winter

Luz5年前 (2021-05-10)436
In the sense of meteorology, spring is usually from March to may, summer is from June to August, autumn is from Septembe…

PROGRAMMING:Calculate the cubic sum of each three digit number

Luz5年前 (2021-05-10)378
Please input a three digit integer, calculate each digit of the integer and their cubic sum, and output the result.###In…

PROGRAMMING:English paragraph statistics

Luz5年前 (2021-05-10)517
Input a paragraph of any English article, no more than 2000 characters in length, and count the frequency of capital let…

PROGRAMMING:Judging symmetric matrix

Luz5年前 (2021-05-10)388
The new matrix obtained by exchanging the rows and columns of a matrix is called transpose matrix.Put the $$m times n $$…

PROGRAMMING:Calculate the perimeter and area of a square

Luz5年前 (2021-05-10)450
Input the side length of the square, calculate the perimeter and area, and output the result.###Input format:Enter an in…

PROGRAMMING:Fahrenheit to centigrade

Luz5年前 (2021-05-10)400
Given a Fahrenheit temperature F, the program is required to calculate the corresponding centigrade temperature C. Calcu…