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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Character conversion

Luz5年前 (2021-05-10)351
This problem requires the extraction of all numeric characters in a string ('0 '...'9'), which will be converted into an…

PROGRAMMING:Spiral matrix

Luz5年前 (2021-05-10)500
The so-called "spiral square matrix" refers to that for any given $$n $, the numbers from 1 to $$n times n $, starting f…

PROGRAMMING:Print Yang Hui triangle

Luz5年前 (2021-05-10)422
This problem requires printing in accordance with the prescribed format before $$n $$line Yang Hui triangle.###Input for…

PROGRAMMING:Comparison of rational numbers

Luz5年前 (2021-05-10)421
This problem requires the preparation of procedures to compare the size of two rational numbers.###Input format:Input tw…

PROGRAMMING:Remove duplicate characters

Luz5年前 (2021-05-10)401
This problem requires the preparation of procedures, the given string after removing the repeated characters, in accorda…

PROGRAMMING:Output capital letters

Luz5年前 (2021-05-10)435
This problem requires the preparation of procedures, in order to output the given string appeared in the capital English…

PROGRAMMING:Packing problem

Luz5年前 (2021-05-10)456
Suppose there are $$n $$items with the sizes of $$s_ 1$$、$$s_ 2$$、…、$$s_ i$$、…、$$s_ N $$, where $$s_ I $$to satisfy the…

PROGRAMMING:Count the number of character occurrences

Luz5年前 (2021-05-10)402
This problem requires the preparation of procedures, statistics and output of a given character in a given string of tim…

PROGRAMMING:Case conversion of string letters

Luz5年前 (2021-05-10)455
This problem requires the preparation of procedures, for a string ending with "#", all the lowercase letters will be con…

PROGRAMMING:Group a minimum number

Luz5年前 (2021-05-10)517
Given a number of numbers 0-9. You can arrange the numbers in any order, but you must use them all. The goal is to make…