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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Median of two ordered sequences

Luz5年前 (2021-05-10)507
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

Luz5年前 (2021-05-10)454
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

Luz5年前 (2021-05-10)439
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

Luz5年前 (2021-05-10)447
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

Luz5年前 (2021-05-10)460
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

Luz5年前 (2021-05-10)406
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)

Luz5年前 (2021-05-10)447
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Enter an integer n (n ˃ = 0) and…

PROGRAMMING:number off

Luz5年前 (2021-05-10)484
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

Luz5年前 (2021-05-10)486
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

Luz5年前 (2021-05-10)474
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Write a program, input a month, o…