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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Large field

Luz5年前 (2021-05-10)483
Design program, input n, output n × The field of n.###Input format:Enter an integer between 0 and 10, n ∈ [0,10]###Outpu…

PROGRAMMING:Output multiplication formula

Luz5年前 (2021-05-10)457
Write a program to achieve the following functionsFrom the keyboard input a number between 1 and 9, according to the num…

PROGRAMMING:Odd sequence summation (*)

Luz5年前 (2021-05-10)412
**Here is the sequence of odd numbers:$$1, 3, 5, 7, 9, ...$$Please write a program to input the number of items of odd n…

PROGRAMMING:Iterative method for square root of positive number

Luz5年前 (2021-05-10)452
PROGRAMMING:Iterative method for square root of positive number
Using iterative method to find the square root of positive number. x0=a/2;![ pingy.jpg](~/6af78efa-b2c8-4757-b6bc-96a5a5…

PROGRAMMING:Survey and scoring of catering service quality (enhanced version)

Luz5年前 (2021-05-10)408
PROGRAMMING:Survey and scoring of catering service quality (enhanced version)
![ 111.jpg](~/43f70e02-47e5-43b0-9923-b8b48af1452f.jpg)The above are the original questions of PTA, which are adapted an…

PROGRAMMING:binary search

Luz5年前 (2021-05-10)452
There is an ordered integer array array with elements of 1,2,5,6,7,12,15,67,88,99100200. Enter an element a and use the…

PROGRAMMING:Inserts data into an array

Luz5年前 (2021-05-10)752
There is an integer array of n elements that has been arranged (from small to large). Input an integer and insert it int…

PROGRAMMING:The most beautiful guy in ward

Luz5年前 (2021-05-10)418
Although I like studying algorithms very much, it doesn't bring me a certain income to support my life, so I have to fin…

PROGRAMMING:Mathematical thought enumeration

Luz5年前 (2021-05-10)444
There are four currencies with different denominations: 10 yuan, 5 yuan, 2 yuan and 1 yuan. Now I'll give you a sum of m…

PROGRAMMING:Is there an integer solution

Luz5年前 (2021-05-10)390
Existing equation $$a_ 1x_ 1+a_ 2x_ 2+...+a_ nx_ N = 1 $$, where $$a $$are integers, find out whether they have at least…