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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Output a pattern

Luz5年前 (2021-05-10)445
Output the following partern:&&&&&&&&&&### Input Specification:No input### Output Specification:No space before, behind,…

PROGRAMMING:Uniqueness of minimum spanning tree

Luz5年前 (2021-05-10)481
Given a weighted undirected graph, if it is a connected graph, there is at least one minimum spanning tree, sometimes th…

PROGRAMMING:There are several Zucc

Luz5年前 (2021-05-10)568
The string 'aazbczcuciocqwc' contains six 'Zucc'.For example, bit 3 (z), bit 8 (U), bit 9 (c) and bit 12 (c) can form a…

PROGRAMMING:Creation and traversal of single linked list

Luz5年前 (2021-05-10)402
Read in n values and N integers, build a single linked list and traverse the output.###Input format:Read in N and N inte…

PROGRAMMING:Establishment and traversal of sequence table

Luz5年前 (2021-05-10)427
Read in n values and N integers, establish a sequence table and traverse the output.###Input format:Read in N and N inte…

PROGRAMMING:Finding the intersection of sets

Luz5年前 (2021-05-10)438
Find the intersection of integer set a and integer set B.###Input format:There are three lines of input:The first line i…

PROGRAMMING:Calculate 21 + 22 + 23 +... + M

Luz5年前 (2021-05-10)531
Enter a positive integer m (30 ˂ = m ˂ = 100) to calculate the value of the expression 21 + 22 + 23 +... + M.###Input fo…

PROGRAMMING:Calculate 11 + 12 + 13 +... + M

Luz5年前 (2021-05-10)465
Enter a positive integer m (20 ˂ = m ˂ = 100) to calculate the value of 11 + 12 + 13 +... + M.###Input format:Enter a po…

PROGRAMMING:Calculation expression (*, / /,%)

Luz5年前 (2021-05-10)451
Enter an expression in the form of "operands operator operands" to multiply, divide and remainder two integers (%).###In…

PROGRAMMING:Count and output the number of small vowels in the string

Luz5年前 (2021-05-10)428
Input a string ending with a newline, count and output the number of small vowels in the string (small vowels: 'a', 'e',…