当前位置:首页
> Luz 第2807页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:piecewise function 2
Develop a program to calculate a piecewise function.### In…
PROGRAMMING:Input two integers and output them in the order from small to large.
Input two integers and output them in the order from small to large.###Input format:Enter two integers separated by spac…
PROGRAMMING:Calculating factorial n!
Given 1 integer N , you are supposed to output the factorial of n ( `n!`) .### Input Specification:input a integer in a…
PROGRAMMING:Searching for "powerful" numbers
The so-called "powerful" number means that the 5th power of each digit is equal to the number itself. Programming output…
PROGRAMMING:Trap template questions
This is a board problem of Treap. You need to implement the following operations:one Insert number xtwo Delete numbe…
PROGRAMMING:Pet Adoption Center
Fanfan opened a pet adoption center. There are two kinds of services: adopting pets abandoned by their owners and lettin…
PROGRAMMING:Depressed representative of Chinese class
Sanqinghua ten university is a famous university with tens of thousands of students. As a representative of Chinese clas…
PROGRAMMING:Judging odd even numbers
Please write a program to judge whether the input integer is odd or even. If it is odd, the information of "odd" will be…
PROGRAMMING:Summation of maximal continuous subsets in a Treap interval
Because dhxh's language is so poor that he can't even make up the question. So he decided to go straight to the point. N…
PROGRAMMING:Please write a program, input three integers, find out the maximum value and output.
Please write a program, input three integers, find out the maximum value and output.###Input format:Enter three integers…