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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Robotics Innovation Lab

Luz5年前 (2021-05-10)314
Ku Ku Ku Ki Ki, Ku Ku Ku Ki Ki, the robot is coming!Little Gyro has a mechanical robot in his experimental lab, which is…

PROGRAMMING:Show missing numbers

Luz5年前 (2021-05-10)424
Show missing numbers. Enter the number from 1 to 99, end with 0, print the number not entered from 1 to 99, separate eac…

PROGRAMMING:Output integer in reverse order

Luz5年前 (2021-05-10)370
This topic requires reading in an arbitrary number of integers, output its value in reverse order. Note that the output…

PROGRAMMING:Stay up Late and Wake up Early

Luz5年前 (2021-05-10)500
To tell the truth, screating a great number of programming problems is a huge project. During a period of time, Little G…

PROGRAMMING:Arithmetic Problems

Luz5年前 (2021-05-10)423
During this winter vacation, Little Gyro went for a journey to Praha——a brand new country in the world. After arriving,…

PROGRAMMING:Merge two ordered linked lists (the new list does not contain duplicate elements)

Luz5年前 (2021-05-10)450
Given two non descending linked list sequences S1 and S2, we design a function to construct a new non descending linked…

PROGRAMMING:Design a fan class

Luz5年前 (2021-05-10)368
Design a class named fan to represent a fan. This class includes:1. Three constants named slow, medium and fast with val…

PROGRAMMING:Design a rectangle class Rectangle

Luz5年前 (2021-05-10)412
Design a class named rectangle to represent rectangle. This class includes:*Two double type data fields named width and…

PROGRAMMING:Using the list to realize the filtering method for prime number

Luz5年前 (2021-05-10)490
Write a program, input a natural number greater than 2, and then output a list of all prime numbers less than the number…

PROGRAMMING:Statistics character frequency

Luz5年前 (2021-05-10)391
Input a string and output the most frequent character and the number of times it appears. Dictionary is required.###Inpu…