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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:YP's spaceship

Luz5年前 (2021-05-10)443
YP likes traveling very muchAs we all know, in the world of small K, there are two parallel universes. The two parallel…

PROGRAMMING:Sacrifice in the life of Xilu

Luz5年前 (2021-05-10)463
In his life, $$Manaka $$often goes to the shrine to offer sacrifices to the God of the sea. The God of the sea has an ar…

PROGRAMMING:Eat beans

Luz5年前 (2021-05-10)448
As we all know, $$YP $$often doesn't eat, but $$YP $$likes to eat beans very much. He often eats a lot of beans, so $$YP…

PROGRAMMING:Find the sum of 1 + 1 / 2 + 1 / 4 + 1 / 6 +... + 1 / n

Luz5年前 (2021-05-10)493
Find the sum of 1 + 1 / 2 + 1 / 4 + 1 / 6 +... + 1 / n.This problem requires: input a positive even number n arbitrarily…

PROGRAMMING:Find the sum of 1 + 1 / 3 + 1 / 5 + 1 / 7 +... + 1 / n

Luz5年前 (2021-05-10)361
Find the sum of 1 + 1 / 3 + 1 / 5 + 1 / 7 +... + 1 / n.This problem requires: any input a positive odd number n, calcula…

PROGRAMMING:Find the sum of 1 + 1 / 2 + 1 / 3 + 1 / 4 +... + 1 / n

Luz5年前 (2021-05-10)397
Find the sum of 1 + 1 / 2 + 1 / 3 + 1 / 4 +... + 1 / n.Requirements: enter a positive integer n, calculate the sum of th…

PROGRAMMING:Find the negative number of elements in each column of matrix

Luz5年前 (2021-05-10)392
This problem requires the preparation of procedures to find a given M × The number of negative elements in each column o…

PROGRAMMING:Show game

Luz5年前 (2021-05-10)461
Please write a program to input the number of checkerboard squares $$n $$(n ˂ = 20) $$, and output the chess game of $$n…

PROGRAMMING:Volume of cuboid

Luz5年前 (2021-05-10)561
Enter the length, width and height of a cuboid. Calculate and output the cuboid volume.###Input format:Enter three posit…

PROGRAMMING:Surface area of cube

Luz5年前 (2021-05-10)514
Enter the edge length of a cube. Please calculate and output the surface area of the cube.###Input format:Enter a positi…