当前位置:首页
> Luz 第2670页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Public Bike Management
There is a public bike service in Hangzhou City which provides great convenience to the tourists from all over the world…
PROGRAMMING:Path of Equal Weight
Given a non-empty tree with root $$R$$, and with weight $$W_ i$$ assigned to each tree node $$T_ i$$. The **weight of a…
PROGRAMMING:Find the circumference of a circle
Input the radius r of the circle, find its perimeter and output.###Input format:Enter a real number greater than zero wi…
PROGRAMMING:N times of real number x
Find n times of a real number X.###Input format:Enter a real number and an integer on a line, separated by a space, with…
PROGRAMMING:Exchange the values of a and B
Exchange the values of variables A and B. if the input value of a is 1 and the value of B is 5, the output value of a is…
PROGRAMMING:Palindrome number
Determine whether a 5-digit palindrome number is a palindrome number. For example, 12321 is a palindrome number, that is…
PROGRAMMING:Cars on Campus
Zhejiang University has 8 campuses and a lot of gates. From each gate we can collect the in/out times and the plate num…
PROGRAMMING:Average of 3 integers
Enter three integers and average them.###Input format:Enter three integers in one line, with one space between them, wit…
PROGRAMMING:Sum of squares of two real numbers
Input two real numbers, find their sum of squares and output.###Input format:Enter two real numbers on a line, separated…
PROGRAMMING:Piecewise function 3
Input integer x, calculate y and output. The formula is as follows:###Input format:Enter an integer directly…