当前位置:首页
> Luz 第2884页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Robotics Innovation Lab
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
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
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
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
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)
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
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
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
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
Input a string and output the most frequent character and the number of times it appears. Dictionary is required.###Inpu…