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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Check whether an integer is odd or even

Luz5年前 (2021-05-10)540
Input an integer from keyboard, check whether the integer is odd or even. ### Input Specification:Input one integer.###…

PROGRAMMING:Arithmetic operation

Luz5年前 (2021-05-10)487
Write a program to realize the basic arithmetic operation. Input two numbers and an operator(‘+’, ‘-’ , ‘’, ‘/’), calcul…

PROGRAMMING:Judge whether an integer is a positive integer, a negative integer or zero

Luz5年前 (2021-05-10)333
Enter an integer to determine whether it is a positive integer, a negative integer or zero.###Input format:Enter an inte…

PROGRAMMING:Date identification 3

Luz5年前 (2021-05-10)518
###Task description```Unfortunately, Yu Long always has a problem with dates recently, because he is faced with a lot of…

PROGRAMMING:S = 1 + 2 + 3 +... + n until s > = m

Luz5年前 (2021-05-10)361
S = 1 + 2 + 3 +... + N, when s just exceeds a certain number, stop the operation. Finding the value of N and S###Input f…

PROGRAMMING:Judge the completion

Luz5年前 (2021-05-10)473
Judge whether a positive integer is complete. Definition of completion: the sum of all factors (including 1) of a number…

PROGRAMMING:Smart Gauss (*)

Luz5年前 (2021-05-10)425
When Gauss, a famous German mathematician, was in primary school, his teacher asked us to calculate:$$1 + 2 + 3 + 4 + \c…

PROGRAMMING:Counts the number of characters specified in the string

Luz5年前 (2021-05-10)440
Enter a string and a character to count the number of times the character appears in the string###Input format:Enter 2 l…

PROGRAMMING:ICPC 2019 Yinchun f self test

Luz5年前 (2021-05-10)430
This is a programming problem template. Please write the title description here. For example: this topic requires readin…

PROGRAMMING:Operation of heap

Luz5年前 (2021-05-10)472
Write code to realize the operation of Min heap.###Input format:The first line is two positive integers' n 'and' k 'no l…