当前位置:首页
> Luz 第2708页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Output a pattern
Output the following partern:&&&&&&&&&## Input Specification:No input### Output Specification:No space before, behind,…
PROGRAMMING:Uniqueness of minimum spanning tree
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
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
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
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
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
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
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 (*, / /,%)
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
Input a string ending with a newline, count and output the number of small vowels in the string (small vowels: 'a', 'e',…