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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:There are two columns

Luz5年前 (2021-05-10)403
A column in class will cause great trouble, physical education teachers commonly used method is to let students 1, 2 rep…

PROGRAMMING:Multiplication formula table

Luz5年前 (2021-05-10)636
Please write a program to output the multiplication formula table of $$n times n $.####Input format˃ $$n$$####Output for…

PROGRAMMING:Cartesian coordinates → polar coordinates

Luz5年前 (2021-05-10)389
Please write a program to input Cartesian coordinates of the point ($$x $$, $$y $$) and output polar coordinates ($$R $$…

PROGRAMMING:Organize the team

Luz5年前 (2021-05-10)512
In P.E. class, the P.E. teachers who teach mathematics don't think the team is right, so they adjust the team. Zhang San…

PROGRAMMING:Polar coordinates → rectangular coordinates

Luz5年前 (2021-05-10)539
Please write a program to input the polar coordinates of the point ($$R $$, $$$theta $$), and output the rectangular coo…

PROGRAMMING:Matrix to adjacency table and depth first traversal

Luz5年前 (2021-05-10)401
Transform adjacency matrix storage into adjacency table storage graph and traverse depth first [test case: level 16 of I…

PROGRAMMING:Judges scoring

Luz5年前 (2021-05-10)378
There will be a quiz in the class! All the students took part in it enthusiastically. It was 10 students who entered the…

PROGRAMMING:Addition of polynomials of one variable

Luz5年前 (2021-05-10)380
Design program to find the sum of two polynomials of one variable.###Input format:The input is divided into two lines. I…

PROGRAMMING:JMU Python palindrome number judgment (5 digits)

Luz5年前 (2021-05-10)413
This topic requires the input of a 5-digit natural number n. if the natural number obtained from the reverse arrangement…

PROGRAMMING:Judgment loop

Luz5年前 (2021-05-10)459
There are n items (1 ˂ = n ˂ = 1000), numbered 1, 2, 3... N. now we only know the relationship between M and items, (P1,…