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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Two numbers from small to large

Luz5年前 (2021-05-10)401
Input two integers a and B, and output the two numbers from small to large.###Input format:Enter two integers on a line,…

PROGRAMMING:Even times 2 odd times 3

Luz5年前 (2021-05-10)433
Enter an integer x, if it is even, multiply by 2, otherwise multiply by 3, and then output.###Input format:Enter an inte…

PROGRAMMING:Judge the multiple of 10

Luz5年前 (2021-05-10)455
Input an integer a, if a is a multiple of 10, then output a.###Input format:Enter 1 integer directly without any additio…

PROGRAMMING:Judge even numbers

Luz5年前 (2021-05-10)411
Input a positive integer a, if a is even, output yes, otherwise output No.###Input format:Enter a positive integer direc…

PROGRAMMING:Finding the sum of odd numbers between [1,10]

Luz5年前 (2021-05-10)418
Find the sum of odd numbers between [1,10].###Output format:In one line, output the integer in the order of "sum = resul…

PROGRAMMING:Print n = numbers

Luz5年前 (2021-05-10)370
According to the given integer n, print n = signs on one line.###Input format:Enter an n value directly without any addi…

PROGRAMMING:Finding the product of even numbers between [1,10]

Luz5年前 (2021-05-10)455
Find the product of even numbers between [1,10].###Output format:Output in the order of "t = result" in one line, output…

PROGRAMMING:The sum of 10 numbers divisible by 5

Luz5年前 (2021-05-10)405
Input 10 integers from the keyboard and find the sum of the numbers that can be divided by 5.###Input format:Enter 10 in…

PROGRAMMING:Even number in 10

Luz5年前 (2021-05-10)405
Input 10 integers from the keyboard and count the number of even integers.###Input format:Enter 10 integers separated by…

PROGRAMMING:Sum of 10 integers

Luz5年前 (2021-05-10)419
Input 10 integers from the keyboard to get the cumulative sum.###Input format:Enter 10 integers separated by spaces on o…