当前位置:首页
> Luz 第2869页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:YP's spaceship
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
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
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
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
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
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
This problem requires the preparation of procedures to find a given M × The number of negative elements in each column o…
PROGRAMMING:Show game
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
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
Enter the edge length of a cube. Please calculate and output the surface area of the cube.###Input format:Enter a positi…