当前位置:首页
> Luz 第2650页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Median of two ordered sequences
It is known that there are two equal length non descending sequences S1 and S2. The function is designed to find the med…
PROGRAMMING:Judge prime
Input a positive integer m, if it is a prime, output "yes", otherwise, output "no" (a prime is a positive integer that c…
PROGRAMMING:Finding odd sum
Read in a batch of positive integers (with zero or negative number as the end flag), and find the odd sum of them.###Inp…
PROGRAMMING:Intersection of two ordered linked list sequences
Given two non descending linked list sequences S1 and S2, the function is designed to construct a new linked list S3 of…
PROGRAMMING:Output the digits of an integer
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Input an integer and output its d…
PROGRAMMING:Table of adding formulas
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Input a positive integer n (1 ≤ n…
PROGRAMMING:Calculating function p (n, x)
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Enter an integer n (n ˃ = 0) and…
PROGRAMMING:number off
Enter two positive integers n and m ((1 ˂ m ˂ n ˂ = 50)), there are n people in a circle, numbered from 1 to N in order.…
PROGRAMMING:Circular movement
Input two positive integers n and m (1 ˂ m ˂ n ˂ = 10), then input n integers, line up these numbers, move m positions t…
PROGRAMMING:Output the English name of the corresponding month
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Write a program, input a month, o…